telegram api method · layer 229 · #7e960193
auth.resetLoginEmail
Reset the login email ».
definition
auth.resetLoginEmail#7e960193 phone_number:string phone_code_hash:string = auth.SentCode;
parameters
| name | type | description |
|---|---|---|
phone_number | string | Phone number of the account |
phone_code_hash | string | Phone code hash, obtained as described in the documentation » |
returns
errors (4)
| code | error | description |
|---|---|---|
| 400 | BUSINESS_CONNECTION_NOT_ALLOWED | This method was invoked over a business connection using invokeWithBusinessConnection, but either (1) we're a user, and users cannot invoke methods over a business connection; (2) we're a bot, but business mode was disabled in @botfather or (3); we're a bot, but this method cannot be invoked over a business connection. |
| 400 | EMAIL_INSTALL_MISSING | Attempting to send a code to the recovery email, but no email is configured. |
| 400 | PHONE_NUMBER_INVALID | The phone number is invalid. |
| 400 | TASK_ALREADY_EXISTS | An email reset was already requested. |
history
present in layers 156–229
| id | layers |
|---|---|
| #7e960193 | 156–229 |