InputEncryptedChat

class pyrogram.raw.base.InputEncryptedChat

Object sets an encrypted chat ID.

Constructors:

This base type has 1 constructor available.

InputEncryptedChat

Creates an encrypted chat.

TL Schema

inputEncryptedChat#f141b5e1
chat_id:int
access_hash:long

= InputEncryptedChat

Parameter Tree

InputEncryptedChat
├── chat_idint
└── access_hashlong

Example

InputEncryptedChat(
    chat_id=0,
    access_hash=0,
)