Object containing the chat information.
Chat ID where the user is requesting to join.
Date when the request was sent.
Invite link used to request joining.
If the bot is a guard bot of the chat, ID of the join query, which should be answered with TelegramClient.answerChatJoinRequestQuery
Object containing the user information.
Bio of the user who requested to join the chat.
ID of the user who requested to join the chat.
Answer the join query (only if the bot is a guard bot of the chat, see queryId)
Approve the request
Decline the request
Context of a chat join request update (for bots).
This is a subclass of BotChatJoinRequestUpdate, so all its fields are also available.