send_chat_join_request_web_app()¶
- Client.send_chat_join_request_web_app(chat_join_request_query_id: str, web_app_url: str) bool¶
Use this method to process a received chat join request query by showing a Mini App to the user before deciding the outcome. Call
Usable by ❌ Users ✅ Botsanswer_chat_join_request_query()to resolve the join request query based on the user interaction with the Mini App.- 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.