Link Search Menu Expand Document

Constructor: inputEncryptedChat

Back to constructors index

Creates an encrypted chat.

Attributes:

NameTypeRequiredDescription
chat_idintYesChat ID
access_hashlongYesChecking sum from constructor encryptedChat, encryptedChatWaiting or encryptedChatRequested

Type: InputEncryptedChat

Example:

$inputEncryptedChat = ['_' => 'inputEncryptedChat', 'chat_id' => int, 'access_hash' => long];