MadelineProto/old_docs/API_docs_v68/constructors/account_passwordSettings.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00:00

760 B

title description
account.passwordSettings account_passwordSettings attributes, type and example

Constructor: account.passwordSettings

Back to constructors index

Attributes:

Name Type Required
email string Yes

Type: account_PasswordSettings

Example:

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

PWRTelegram json-encoded version:

{"_": "account.passwordSettings", "email": "string"}

Or, if you're into Lua:

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