Link Search Menu Expand Document

Constructor: updateWebViewResultSent

Back to constructors index

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

Attributes:

NameTypeRequiredDescription
query_idlongYesWeb app interaction ID

Type: Update

Example:

$updateWebViewResultSent = ['_' => 'updateWebViewResultSent', 'query_id' => long];