MadelineProtoDocs/docs/API_docs/constructors/updateBotChatInviteRequester.md
2024-05-01 14:53:46 +02:00

1.6 KiB

title description nav_exclude image
updateBotChatInviteRequester Someone has requested to join a chat or channel (bots only, users will receive an updatePendingJoinRequests, instead) true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateBotChatInviteRequester

Back to constructors index

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];