telegram api method · layer 229 · #70c32edb
account.changePhone
Change the phone number of the current account
definition
account.changePhone#70c32edb phone_number:string phone_code_hash:string phone_code:string = User;
parameters
| name | type | description |
|---|---|---|
phone_number | string | New phone number |
phone_code_hash | string | Phone code hash received when calling account.sendChangePhoneCode |
phone_code | string | Phone code received when calling account.sendChangePhoneCode |
returns
errors (8)
| 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 | PHONE_CODE_EMPTY | phone_code is missing. |
| 400 | PHONE_CODE_EXPIRED | The phone code you provided has expired. |
| 400 | PHONE_CODE_INVALID | The provided phone code is invalid. |
| 400 | PHONE_NUMBER_INVALID | The phone number is invalid. |
| 400 | PHONE_NUMBER_OCCUPIED | The phone number is already in use. |
| 401 | AUTH_KEY_UNREGISTERED | The specified authorization key is not registered in the system (for example, a PFS temporary key has expired). |
| 406 | PHONE_NUMBER_INVALID | The phone number is invalid. |
history
present in layers 23–229
| id | layers |
|---|---|
| #70c32edb | 23–229 |