UrlAuthResultRequest

class pyrogram.raw.types.UrlAuthResultRequest

Telegram API type.

Constructor of UrlAuthResult.

Details:
  • Layer: 224

  • ID: 3CD623EC

Parameters:
  • bot (User) – N/A

  • domain (str) – N/A

  • request_write_access (bool, optional) – N/A

  • request_phone_number (bool, optional) – N/A

  • match_codes_first (bool, optional) – N/A

  • is_app (bool, optional) – N/A

  • browser (str, optional) – N/A

  • platform (str, optional) – N/A

  • ip (str, optional) – N/A

  • region (str, optional) – N/A

  • match_codes (List of str, optional) – N/A

  • user_id_hint (int 64-bit, optional) – N/A

  • verified_app_name (str, optional) – N/A

Functions:

This object can be returned by 2 functions.

messages.RequestUrlAuth

Telegram API function.

messages.AcceptUrlAuth

Telegram API function.