account.getPasswordSettings
Get private info associated to the password info (recovery email, telegram passport info & so on)
Example
TL schema
Parameters
Name | Type | Description |
password | The password (see SRP) |
Result
Possible errors
Code | Type | Description |
400 | PASSWORD_HASH_INVALID | The provided password hash is invalid |
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.
Last updated