Skip to content

sendChatJoinRequestWebApp

Returns: TrueOfficial docs ↗

Use this method to process a received chat join request query by showing a Mini App to the user before deciding the outcome. Call answerChatJoinRequestQuery to resolve the join request query based on the user interaction with the Mini App. Returns True on success.

Parameters

chat_join_request_query_idStringRequired
Unique identifier of the join request query
web_app_urlStringRequired
An HTTPS URL of a Web App to be opened with additional data as specified in Initializing Web Apps

Returns

On success, True is returned.

GramIO Usage

Errors

Tips & Gotchas

See Also