UrlAuthResultAccepted#

class pyrogram.raw.types.UrlAuthResultAccepted#

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

Constructor of UrlAuthResult.

Details:
  • Layer: 227

  • ID: 623A8FA0

Parameters:

url (str, optional) – If present, the URL to open in the external browser (may use a custom scheme for direct switching to another app); if absent, the login succeeded and clients should simply show a confirmation toast. Always set for bot button URL authorization and link URL authorization.

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