mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
815 B
815 B
title | description | nav_exclude | image |
---|---|---|---|
appWebViewResultUrl | Contains the link that must be used to open a direct link Mini App. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: appWebViewResultUrl
Contains the link that must be used to open a direct link Mini App.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
url | string | Yes | The URL to open |
Type: AppWebViewResult
Example:
$appWebViewResultUrl = ['_' => 'appWebViewResultUrl', 'url' => 'string'];