Layer 220
constructor
updateEncryption#b4a2e88d chat:EncryptedChat date:int = Update;

Parameters

Name Type Description
Chat EncryptedChat Encrypted chat
Date int Date of change

Returns

Update

Gogram Example

// Creating UpdateEncryption constructor
obj := &tg.UpdateEncryption{
    Chat: &tg.EncryptedChat{},
    Date: 0,
}