send_chat_join_request_web_app()¶
- async Client.send_chat_join_request_web_app()¶
Use this method to process a received chat join request query by showing a Mini App to the user before deciding the outcome. Call
answer_chat_join_request_query()to resolve the join request query based on the user interaction with the Mini App.Usable by Users Bots- Parameters:
chat_join_request_query_id (
str) – Unique identifier of the join request query.web_app_url (
str) – The URL of the Mini App to be opened.
- Returns:
bool– On success True is returned.