1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 14:07:22 +01:00
MadelineProto/docs/API_docs/constructors/account_passwordInputSettings.md
2016-12-30 23:21:36 +03:00

787 B

title description
account_passwordInputSettings account_passwordInputSettings attributes, type and example

Constructor: account_passwordInputSettings

Back to constructors index

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, ];