Link Search Menu Expand Document

Constructor: webViewResultUrl

Back to constructors index

Contains the webview URL with appropriate theme and user info parameters added

Attributes:

NameTypeRequiredDescription
fullsizeBoolOptionalIf set, the app must be opened in fullsize mode instead of compact mode.
fullscreenBoolOptionalIf set, the app must be opened in fullscreen
query_idlongOptionalWebview session ID (only returned by inline button mini apps, menu button mini apps, attachment menu mini apps).
urlstringYesWebview URL to open

Type: WebViewResult

Example:

$webViewResultUrl = ['_' => 'webViewResultUrl', 'fullsize' => Bool, 'fullscreen' => Bool, 'query_id' => long, 'url' => 'string'];