Constructor: updateBotChatInviteRequester
Someone has requested to join a chat or channel (bots only, users will receive an updatePendingJoinRequests, instead)
Attributes:
Name | Type | Required | Description |
---|---|---|---|
peer | long | Yes | The chat or channel in question |
date | int | Yes | When was the join request » made |
user_id | long | Yes | The user ID that is asking to join the chat or channel |
about | string | Yes | Bio of the user |
invite | ExportedChatInvite | Yes | Chat invite link that was used by the user to send the join request » |
qts | int | Yes | QTS event sequence identifier |
Type: Update
Example:
$updateBotChatInviteRequester = ['_' => 'updateBotChatInviteRequester', 'peer' => long, 'date' => int, 'user_id' => long, 'about' => 'string', 'invite' => ExportedChatInvite, 'qts' => int];