mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1.2 KiB
1.2 KiB
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
account.passwordSettings | Private info associated to the password info (recovery email, telegram passport info & so on) | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/account_passwordSettings.html |
Constructor: account.passwordSettings
Private info associated to the password info (recovery email, telegram passport info & so on)
Attributes:
Name | Type | Required | Description |
---|---|---|---|
string | Optional | 2FA Recovery email | |
secure_settings | SecureSecretSettings | Optional | Telegram passport settings |
Type: account.PasswordSettings
Example:
$account_passwordSettings = ['_' => 'account.passwordSettings', 'email' => 'string', 'secure_settings' => SecureSecretSettings];