InputEncryptedChat
- class pyrogram.raw.base.InputEncryptedChat
Object sets an encrypted chat ID.
- Constructors:
This base type has 1 constructor available.
Creates an encrypted chat.
TL Schema
inputEncryptedChat#f141b5e1
chat_id:int
access_hash:long
= InputEncryptedChat
Parameter Tree
InputEncryptedChat
├── chat_id →
int└── access_hash →
longExample
InputEncryptedChat(
chat_id=0,
access_hash=0,
)