InputPeerUser
- class pyrogram.raw.types.InputPeerUser
Defines a user for further interaction.
Constructor of
InputPeer.- Details:
Layer:
223ID:
DDE8A54C
- Parameters:
user_id (
int64-bit) – User identifieraccess_hash (
int64-bit) – access_hash value from the user constructor
TL Schema
inputPeerUser#dde8a54c
user_id:long
access_hash:long
= InputPeer
Parameter Tree
InputPeerUser
├── user_id →
long└── access_hash →
longExample
InputPeerUser(
user_id=0,
access_hash=0,
)