Constructor: updateWebViewResultSent
Indicates to a bot that a webview was closed and an inline message was sent on behalf of the user using messages.sendWebViewResultMessage
Attributes:
Name | Type | Required | Description |
---|---|---|---|
query_id | long | Yes | Web app interaction ID |
Type: Update
Example:
$updateWebViewResultSent = ['_' => 'updateWebViewResultSent', 'query_id' => long];