UrlAuthResultAccepted
- class pyrogram.raw.types.UrlAuthResultAccepted
Details about an accepted authorization request, for more info click here »
Constructor of
UrlAuthResult.- Details:
Layer:
223ID:
623A8FA0
- Parameters:
url (
str, optional) – The URL name of the website on which the user has logged in.
- Functions:
This object can be returned by 2 functions.
Get more info about a Seamless Telegram Login authorization request, for more info click here »
Use this to accept a Seamless Telegram Login authorization request, for more info click here »
TL Schema
urlAuthResultAccepted#623a8fa0
flags:#
url:flags.0?string
= UrlAuthResult
Parameter Tree
UrlAuthResultAccepted
└── url →
string (optional)Example
UrlAuthResultAccepted(
)