698 B
698 B
title | description | image |
---|---|---|
urlAuthResultAccepted | URL authorization accepted | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: urlAuthResultAccepted
URL authorization accepted
Attributes:
Name | Type | Required | Description |
---|---|---|---|
url | string | Yes | URL |
Type: UrlAuthResult
Example:
$urlAuthResultAccepted = ['_' => 'urlAuthResultAccepted', 'url' => 'string'];
Or, if you're into Lua:
urlAuthResultAccepted={_='urlAuthResultAccepted', url='string'}