TDLib v0.0.2 TDLib.Object.PasswordState View Source
Represents the current state of 2-step verification.
| Name | Type | Description |
|---|---|---|
| has_password | bool | True if a 2-step verification password has been set up. |
| password_hint | string | Hint for the password; can be empty. |
| has_recovery_email_address | bool | True if a recovery email has been set up. |
| unconfirmed_recovery_email_address_pattern | string | Pattern of the email address to which a confirmation email was sent. |
More details on telegram’s documentation.