mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1.5 KiB
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
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 |
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];