mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:27:48 +01:00
667 B
667 B
Constructor: account_password
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:
Example:
$account_password = ['_' => account_password', 'current_salt' => bytes, 'new_salt' => bytes, 'hint' => string, 'has_recovery' => Bool, 'email_unconfirmed_pattern' => string, ];