answerChatJoinRequestQuery
Returns: TrueOfficial docs ↗
Use this method to process a received chat join request query. Returns True on success.
Parameters
chat_join_request_query_idStringRequiredUnique identifier of the join request query
resultStringRequiredValues:
approvedeclinequeueResult of the query. Must be either "approve" to allow the user to join the chat, "decline" to disallow the user to join the chat, or "queue" to leave the decision to other administrators.
Returns
On success, True is returned.