MadelineProtoDocs/old_docs/API_docs_v5/constructors/account.passwordSettings.md

1.1 KiB

title description image redirect_from
account.passwordSettings Private info associated to the password info (recovery email, telegram [passport](https://core.telegram.org/passport) info & so on) https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/account_passwordSettings.html

Constructor: account.passwordSettings

Back to constructors index

Private info associated to the password info (recovery email, telegram passport info & so on)

Attributes:

Name Type Required Description
email string Yes 2FA Recovery email

Type: account.PasswordSettings

Example:

$account.passwordSettings = ['_' => 'account.passwordSettings', 'email' => 'string'];

Or, if you're into Lua:

account.passwordSettings={_='account.passwordSettings', email='string'}