Layer 224
InputEncryptedChatObj
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 InputEncryptedChatObj constructor obj := &tg.InputEncryptedChatObj{ ChatId: 42, AccessHash: int64(1234567890), }