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:
223ID:
1592B79D
- Parameters:
query_id (
int64-bit) – Web app interaction ID
TL Schema
updateWebViewResultSent#1592b79d
query_id:long
= Update
Parameter Tree
UpdateWebViewResultSent
└── query_id →
longExample
UpdateWebViewResultSent(
query_id=0,
)