telegram api method · layer 229 · #82574ae5
account.sendChangePhoneCode
Verify a new phone number to associate to the current account
definition
account.sendChangePhoneCode#82574ae5 phone_number:string settings:CodeSettings = auth.SentCode;
parameters
| name | type | description |
|---|---|---|
phone_number | string | New phone number |
settings | CodeSettings | Phone code settings |
returns
errors (7)
| 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_NUMBER_BANNED | The provided phone number is banned from telegram. |
| 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 | FRESH_CHANGE_PHONE_FORBIDDEN | You can't change phone number right after logging in, please wait at least 24 hours. |
| 406 | PHONE_NUMBER_INVALID | The phone number is invalid. |
history
present in layers 23–229 · constructor id changed 2×
| id | layers |
|---|---|
| #a407a8f4 | 23–46 |
| #08e57deb | 62–93 |
| #82574ae5 | 95–229 |