messages.SendWebViewResultMessage#

class pyrogram.raw.functions.messages.SendWebViewResultMessage#

Terminate webview interaction started with messages.requestWebView, sending the specified message to the chat on behalf of the user.

Details:
  • Layer: 158

  • ID: A4314F5

Parameters:
  • bot_query_id (str) – Webview interaction ID obtained from messages.requestWebView.

  • result (InputBotInlineResult) – Message to send.

Returns:

WebViewMessageSent