encryptedChatWaiting
Chat waiting for approval of second participant.
type tg.EncryptedChatWaiting struct { /* ... */ }
Implements EncryptedChat.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ID | int | yes | Chat ID |
AccessHash | int64 | yes | Checking sum depending on user ID |
Date | int | yes | Date of chat creation |
AdminID | int64 | yes | Chat creator ID |
ParticipantID | int64 | yes | ID of second chat participant |
References
- Official documentation
- Generated Go reference
- TL definition:
encryptedChatWaiting#66b25953