account.Password

class pyrogram.raw.types.account.Password

Telegram API type.

Constructor of Password.

Details:
  • Layer: 187

  • ID: 957B50FB

Parameters:
  • new_algo (PasswordKdfAlgo) – N/A

  • new_secure_algo (SecurePasswordKdfAlgo) – N/A

  • secure_random (bytes) – N/A

  • has_recovery (bool, optional) – N/A

  • has_secure_values (bool, optional) – N/A

  • has_password (bool, optional) – N/A

  • current_algo (PasswordKdfAlgo, optional) – N/A

  • srp_B (bytes, optional) – N/A

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

  • hint (str, optional) – N/A

  • email_unconfirmed_pattern (str, optional) – N/A

  • pending_reset_date (int 32-bit, optional) – N/A

  • login_email_pattern (str, optional) – N/A

Functions:

This object can be returned by 1 function.

account.GetPassword

Telegram API function.