Layer 220
constructor
inputEncryptedChat#f141b5e1 chat_id:int access_hash:long = InputEncryptedChat;

Parameters

Name Type Description
ChatId int Chat ID
AccessHash long Checking sum from constructor encrypted Chat, encrypted Chat Waiting or encrypted Chat Requested

Gogram Example

// Creating InputEncryptedChat constructor
obj := &tg.InputEncryptedChat{
    ChatId: 0,
    AccessHash: int64(0),
}