Link Search Menu Expand Document

Constructor: updateEncryption

Back to constructors index

Change of state in an encrypted chat.

Attributes:

NameTypeRequiredDescription
chatEncryptedChatOptionalEncrypted chat
dateintYesDate of change

Type: Update

Example:

$updateEncryption = ['_' => 'updateEncryption', 'chat' => EncryptedChat, 'date' => int];