MadelineProto/docs/API_docs/constructors/account_password.md
2017-01-19 23:02:27 +01:00

806 B

title description
account.password account_password attributes, type and example

Constructor: account.password

Back to constructors index

Attributes:

Name Type Required
current_salt bytes Required
new_salt bytes Required
hint string Required
has_recovery Bool Required
email_unconfirmed_pattern string Required

Type: account_Password

Example:

$account_password = ['_' => 'account.password', 'current_salt' => bytes, 'new_salt' => bytes, 'hint' => string, 'has_recovery' => Bool, 'email_unconfirmed_pattern' => string, ];