updatePendingJoinRequests
Someone has requested to join a chat or channel
type tg.UpdatePendingJoinRequests struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Peer | PeerClass | yes | Chat or channel |
RequestsPending | int | yes | Number of pending join requests » for the chat or channel |
RecentRequesters | []int64 | yes | IDs of users that have recently requested to join |
References
- Official documentation
- Generated Go reference
- TL definition:
updatePendingJoinRequests#7063c3db