WebViewMessageSent

class pyrogram.raw.types.WebViewMessageSent

Info about a sent inline webview message

Constructor of WebViewMessageSent.

Details:
  • Layer: 223

  • ID: C94511C

Parameters:

msg_id (InputBotInlineMessageID, optional) – Message ID

Functions:

This object can be returned by 1 function.

messages.SendWebViewResultMessage

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

TL Schema

webViewMessageSent#c94511c
flags:#
msg_id:flags.0?InputBotInlineMessageID

= WebViewMessageSent

Parameter Tree

WebViewMessageSent
└── msg_idInputBotInlineMessageID (optional)
│ ├── dc_idint
│ ├── idlong
│ └── access_hashlong
├── dc_idint
├── owner_idlong
├── idint
└── access_hashlong

Example

WebViewMessageSent(
)