MadelineProto/docs/API_docs/constructors/account_passwordInputSettings.md
2016-12-19 20:35:27 +03:00

625 B

Constructor: account_passwordInputSettings

Attributes:

Name Type Required
new_salt bytes Optional
new_password_hash bytes Optional
hint string Optional
email string Optional

Type:

account_PasswordInputSettings

Example:

$account_passwordInputSettings = ['_' => account_passwordInputSettings', 'new_salt' => bytes, 'new_password_hash' => bytes, 'hint' => string, 'email' => string, ];