MadelineProto/docs/API_docs/constructors/updateEncryption.md
2016-12-20 13:15:22 +01:00

463 B

title
updateEncryption

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, ];