account.passwordInputSettings
Settings for setting up a new password
type tg.AccountPasswordInputSettings struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
NewAlgo | PasswordKdfAlgoClass | — | The SRP algorithm to use |
NewPasswordHash | []byte | — | The computed password hash |
Hint | string | — | Text hint for the password |
Email | string | — | Password recovery email |
NewSecureSettings | SecureSecretSettings | — | Telegram passport settings |
References
- Official documentation
- Generated Go reference
- TL definition:
account.passwordInputSettings#c23727c9