mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:27:46 +01:00
628 B
628 B
Constructor: account_passwordInputSettings
Attributes:
Name | Type | Required |
---|---|---|
new_salt | bytes | Optional |
new_password_hash | bytes | Optional |
hint | string | Optional |
string | Optional |
Type: account_PasswordInputSettings
Example:
$account_passwordInputSettings = ['_' => account_passwordInputSettings', 'new_salt' => bytes, 'new_password_hash' => bytes, 'hint' => string, 'email' => string, ];