957 B
957 B
title | description | image |
---|---|---|
urlAuthResultAccepted | Details about an accepted authorization request, for more info [click here »](https://core.telegram.org/api/url-authorization) | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: urlAuthResultAccepted
Details about an accepted authorization request, for more info click here »
Attributes:
Name | Type | Required | Description |
---|---|---|---|
url | string | Yes | The URL name of the website on which the user has logged in. |
Type: UrlAuthResult
Example:
$urlAuthResultAccepted = ['_' => 'urlAuthResultAccepted', 'url' => 'string'];
Or, if you're into Lua:
urlAuthResultAccepted={_='urlAuthResultAccepted', url='string'}