Skip to main content

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

NameTypeRequiredDescription
PeerPeerClassyesThe chat or channel in question
DateintyesWhen was the join request » made
UserIDint64yesThe user ID that is asking to join the chat or channel
AboutstringyesBio of the user
InviteExportedChatInviteClassyesChat invite link that was used by the user to send the join request »
QtsintyesQTS event sequence identifier
QueryIDint64QueryID field of UpdateBotChatInviteRequester.

References