Skip to content

answerChatJoinRequestQuery

Returns: TrueOfficial docs ↗

Use this method to process a received chat join request query. Returns True on success.

Parameters

chat_join_request_query_idStringRequired
Unique identifier of the join request query
resultStringRequired
Values:approvedeclinequeue
Result 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.

GramIO Usage

Errors

Tips & Gotchas

See Also