UrlAuthResultAccepted

class pyrogram.raw.types.UrlAuthResultAccepted

Details about an accepted authorization request, for more info click here »

Constructor of UrlAuthResult.

Details:
  • Layer: 223

  • ID: 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.

messages.RequestUrlAuth

Get more info about a Seamless Telegram Login authorization request, for more info click here »

messages.AcceptUrlAuth

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
└── urlstring (optional)

Example

UrlAuthResultAccepted(
)