MadelineProtoDocs/docs/API_docs/constructors/urlAuthResultAccepted.md

698 B

title description image
urlAuthResultAccepted URL authorization accepted https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: urlAuthResultAccepted

Back to constructors index

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'}