TDLib v0.0.2 TDLib.Object.AuthorizationStateWaitPassword View Source
The user has been authorized, but needs to enter a password to start using the application.
| Name | Type | Description |
|---|---|---|
| password_hint | string | Hint for the password; can be empty. |
| has_recovery_email_address | bool | True if a recovery email address has been set up. |
| recovery_email_address_pattern | string | Pattern of the email address to which the recovery email was sent; empty until a recovery email has been sent. |
More details on telegram’s documentation.