updateWebViewResultSent

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

updateWebViewResultSent#1592b79d query_id:long = Update;

Parameters

Name Type Description
query_id long Web app interaction ID

Type

Update

Related pages

messages.sendWebViewResultMessage

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

Go up