Link Search Menu Expand Document

Constructor: updateBotChatInviteRequester

Back to constructors index

Someone has requested to join a chat or channel (bots only, users will receive an updatePendingJoinRequests, instead)

Attributes:

NameTypeRequiredDescription
peerlongYesThe chat or channel in question
dateintYesWhen was the join request » made
user_idlongYesThe user ID that is asking to join the chat or channel
aboutstringYesBio of the user
inviteExportedChatInviteYesChat invite link that was used by the user to send the join request »
qtsintYesQTS event sequence identifier

Type: Update

Example:

$updateBotChatInviteRequester = ['_' => 'updateBotChatInviteRequester', 'peer' => long, 'date' => int, 'user_id' => long, 'about' => 'string', 'invite' => ExportedChatInvite, 'qts' => int];