Layer 220
UpdateEncryption
Change of state in an encrypted chat.
constructor
updateEncryption#b4a2e88d chat:EncryptedChat date:int = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| Chat | EncryptedChat | Encrypted chat |
| Date | int | Date of change |
Returns
UpdateGogram Example
// Creating UpdateEncryption constructor obj := &tg.UpdateEncryption{ Chat: &tg.EncryptedChat{}, Date: 0, }