encryptedChat
Encrypted chat
type tg.EncryptedChat struct { /* ... */ }
Implements EncryptedChat.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ID | int | yes | Chat ID |
AccessHash | int64 | yes | Check sum dependent on the user ID |
Date | int | yes | Date chat was created |
AdminID | int64 | yes | Chat creator ID |
ParticipantID | int64 | yes | ID of the second chat participant |
GAOrB | []byte | yes | B = g ^ b mod p, if the currently authorized user is the chat's creator,or A = g ^ a mod p otherwiseSee Wikipedia for more info |
KeyFingerprint | int64 | yes | 64-bit fingerprint of received key |
References
- Official documentation
- Generated Go reference
- TL definition:
encryptedChat#61f0d4c7