peyk.platforms.telegram.methods.send_chat_join_request_web_app

async peyk.platforms.telegram.methods.send_chat_join_request_web_app(self, chat_join_request_query_id: str | None = None, web_app_url: str | None = None, *, chat_id: int | None = None, user_id: int | None = None, query_id: str | None = None) 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 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_id – Unique identifier of the join request query

  • web_app_url – An HTTPS URL of a Web App to be opened with additional data as specified in Initializing Web Apps

  • chat_id – Value accepted by this operation.

  • user_id – Value accepted by this operation.

  • query_id – Value accepted by this operation.

Returns:

Result returned by Telegram on successful execution.

Return type:

bool