account.PasswordInputSettings#
- class pyrogram.raw.types.account.PasswordInputSettings#
Settings for setting up a new password.
Constructor of
PasswordInputSettings
.- Details:
Layer:
158
ID:
C23727C9
- Parameters:
new_algo (
PasswordKdfAlgo
, optional) – The SRP algorithm to use.new_password_hash (
bytes
, optional) – The computed password hash.hint (
str
, optional) – Text hint for the password.email (
str
, optional) – Password recovery email.new_secure_settings (
SecureSecretSettings
, optional) – Telegram passport settings.