MadelineProtoDocs/docs/API_docs/constructors/account.passwordInputSettings.md
2024-05-01 14:53:46 +02:00

1.5 KiB

title description nav_exclude image redirect_from
account.passwordInputSettings Settings for setting up a new password true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/account_passwordInputSettings.html

Constructor: account.passwordInputSettings

Back to constructors index

Settings for setting up a new password

Attributes:

Name Type Required Description
new_algo PasswordKdfAlgo Optional The SRP algorithm to use
new_password_hash bytes Optional The computed password hash
hint string Optional Text hint for the password
email string Optional Password recovery email
new_secure_settings SecureSecretSettings Optional Telegram passport settings

Type: account.PasswordInputSettings

Example:

$account_passwordInputSettings = ['_' => 'account.passwordInputSettings', 'new_algo' => PasswordKdfAlgo, 'new_password_hash' => 'bytes', 'hint' => 'string', 'email' => 'string', 'new_secure_settings' => SecureSecretSettings];