Layer 220
InputEncryptedChat
Creates an encrypted chat.
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 |
Returns
InputEncryptedChatGogram Example
// Creating InputEncryptedChat constructor obj := &tg.InputEncryptedChat{ ChatId: 0, AccessHash: int64(0), }