updateBotChatInviteRequester
Someone has requested to join a chat or channel (bots only, users will receive an updatePendingJoinRequests, instead)
type tg.UpdateBotChatInviteRequester struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Peer | PeerClass | yes | The chat or channel in question |
Date | int | yes | When was the join request » made |
UserID | int64 | yes | The user ID that is asking to join the chat or channel |
About | string | yes | Bio of the user |
Invite | ExportedChatInviteClass | yes | Chat invite link that was used by the user to send the join request » |
Qts | int | yes | QTS event sequence identifier |
QueryID | int64 | — | QueryID field of UpdateBotChatInviteRequester. |
References
- Official documentation
- Generated Go reference
- TL definition:
updateBotChatInviteRequester#7cb34d79