UpdateWebViewResultSent

class pyrogram.raw.types.UpdateWebViewResultSent

Indicates to a bot that a webview was closed and an inline message was sent on behalf of the user using messages.sendWebViewResultMessage

Constructor of Update.

Details:
  • Layer: 223

  • ID: 1592B79D

Parameters:

query_id (int 64-bit) – Web app interaction ID

TL Schema

updateWebViewResultSent#1592b79d
query_id:long

= Update

Parameter Tree

UpdateWebViewResultSent
└── query_idlong

Example

UpdateWebViewResultSent(
    query_id=0,
)