mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
846 B
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
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'];