account.updatePasswordSettings
Set a new 2FA password
Example
TL schema
Parameters
Name
Type
Description
Result
Possible errors
Code
Type
Description
400
EMAIL_UNCONFIRMED
Email unconfirmed
400
EMAIL_UNCONFIRMED_X
The provided email isn't confirmed, X is the length of the verification code that was just sent to the email: use account.verifyEmail to enter the received verification code and enable the recovery email.
400
NEW_SALT_INVALID
The new salt is invalid
400
NEW_SETTINGS_INVALID
The new password settings are invalid
400
PASSWORD_HASH_INVALID
The old password hash is invalid
400
SRP_ID_INVALID
Invalid SRP ID provided
Can bots use this methd ?
yes
Related pages
How to login to a user's account if they have enabled 2FA, how to change password.
Verify an email address for telegram passport.
Last updated