Settings for setting up a new password
Constructor schema is available as of layer 46. Switch ยป
| Name | Type | Description |
|---|---|---|
| flags | # | Flags, see TL conditional fields |
| new_algo | flags.0?PasswordKdfAlgo | The SRP algorithm to use |
| new_password_hash | flags.0?bytes | The computed password hash |
| hint | flags.0?string | Text hint for the password |
| flags.1?string | Password recovery email | |
| new_secure_settings | flags.2?SecureSecretSettings | Telegram passport settings |
How to login to a user's account if they have enabled 2FA, how to change password.