webViewResultUrl
Contains the webview URL with appropriate theme and user info parameters added
type tg.WebViewResultURL struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Fullsize | bool | — | If set, the app must be opened in fullsize mode instead of compact mode. |
Fullscreen | bool | — | If set, the app must be opened in fullscreen |
SameOrigin | bool | — | SameOrigin field of WebViewResultURL. |
QueryID | int64 | — | Webview session ID (only returned by inline button mini apps, menu button mini apps, attachment menu mini apps). |
URL | string | yes | Webview URL to open |
Returned by
messages.requestAppWebViewmessages.requestMainWebViewmessages.requestSimpleWebViewmessages.requestWebView
References
- Official documentation
- Generated Go reference
- TL definition:
webViewResultUrl#4d22ff98