Layer 220
UpdateWebViewResultSent
Indicates to a bot that a webview was closed and an inline message was sent on behalf of the user using messages. send Web View Result Message
constructor
updateWebViewResultSent#1592b79d query_id:long = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| QueryId | long | Web app interaction ID |
Returns
UpdateGogram Example
// Creating UpdateWebViewResultSent constructor obj := &tg.UpdateWebViewResultSent{ QueryId: int64(0), }