encryptedChatRequested
Request to create an encrypted chat.
type tg.EncryptedChatRequested struct { /* ... */ }
Implements EncryptedChat.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
FolderID | int | — | Peer folder ID, for more info click here |
ID | int | yes | Chat ID |
AccessHash | int64 | yes | Check sum depending on user ID |
Date | int | yes | Chat creation date |
AdminID | int64 | yes | Chat creator ID |
ParticipantID | int64 | yes | ID of second chat participant |
GA | []byte | yes | A = g ^ a mod p, see Wikipedia |
References
- Official documentation
- Generated Go reference
- TL definition:
encryptedChatRequested#48f1d94c