MadelineProto/docs/API_docs/constructors/updateEncryption.md

527 B

title description
updateEncryption updateEncryption attributes, type and example

Constructor: updateEncryption

Back to constructors index

Attributes:

Name Type Required
chat EncryptedChat Required
date int Required

Type: Update

Example:

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