Layer 227
InputEncryptedChatObj
An e 2 e encrypted chat.
constructor
inputEncryptedChat#f141b5e1 chat_id:int access_hash:long = InputEncryptedChat;
Parameters
| Name | Type | Description |
|---|---|---|
| ChatId | int | Chat ID |
| AccessHash | long | Access hash from encrypted Chat, encrypted Chat Waiting or encrypted Chat Requested |
Returns
InputEncryptedChatGogram Example
// Creating InputEncryptedChatObj constructor obj := &tg.InputEncryptedChatObj{ ChatId: 42, AccessHash: int64(1234567890), }