MadelineProtoDocs/docs/API_docs/constructors/webViewResultUrl.md
2024-05-01 14:53:46 +02:00

846 B

title description nav_exclude image
webViewResultUrl Contains the webview URL with appropriate theme and user info parameters added true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: webViewResultUrl

Back to constructors index

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

Attributes:

Name Type Required Description
query_id long Yes Webview session ID
url string Yes Webview URL to open

Type: WebViewResult

Example:

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