Constructor: webViewResultUrl
Contains the webview URL with appropriate theme and user info parameters added
Attributes:
Name | Type | Required | Description |
---|---|---|---|
fullsize | Bool | Optional | |
fullscreen | Bool | Optional | |
query_id | long | Optional | Webview session ID |
url | string | Yes | Webview URL to open |
Type: WebViewResult
Example:
$webViewResultUrl = ['_' => 'webViewResultUrl', 'fullsize' => Bool, 'fullscreen' => Bool, 'query_id' => long, 'url' => 'string'];