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

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

Back to constructors index

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'];