inputEncryptedChat
Creates an encrypted chat.
type tg.InputEncryptedChat struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ChatID | int | yes | Chat ID |
AccessHash | int64 | yes | Checking sum from constructor encryptedChat, encryptedChatWaiting or encryptedChatRequested |
References
- Official documentation
- Generated Go reference
- TL definition:
inputEncryptedChat#f141b5e1