telegram api method · layer 229 · #a677244f
auth.sendCode
Send the verification code for login
definition
auth.sendCode#a677244f phone_number:string api_id:int api_hash:string settings:CodeSettings = auth.SentCode;
parameters
| name | type | description |
|---|---|---|
phone_number | string | Phone number in international format |
api_id | int | Application identifier (see App configuration) |
api_hash | string | Application secret hash (see App configuration) |
settings | CodeSettings | Settings for the code type to send |
returns
errors (14)
| code | error | description |
|---|---|---|
| 400 | API_ID_INVALID | API ID invalid. |
| 400 | API_ID_PUBLISHED_FLOOD | This API id was published somewhere, you can't use it now. |
| 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_APP_SIGNUP_FORBIDDEN | You can't sign up using this app. |
| 400 | PHONE_NUMBER_BANNED | The provided phone number is banned from telegram. |
| 400 | PHONE_NUMBER_FLOOD | You asked for the code too many times. |
| 400 | PHONE_NUMBER_INVALID | The phone number is invalid. |
| 400 | PHONE_PASSWORD_PROTECTED | This phone is password protected. |
| 400 | SMS_CODE_CREATE_FAILED | An error occurred while creating the SMS code. |
| 406 | PHONE_NUMBER_INVALID | The phone number is invalid. |
| 406 | PHONE_PASSWORD_FLOOD | You have tried logging in too many times. |
| 406 | UPDATE_APP_TO_LOGIN | Please update your client to login. |
| 500 | AUTH_RESTART | Restart the authorization process. |
| 500 | AUTH_RESTART_%d | Internal error (debug info %d), please repeat the method call. |
history
present in layers 2–229 · constructor id changed 3×
| id | layers |
|---|---|
| #d16ff372 | 2–4 |
| #768d5f4d | 5–46 |
| #86aef0ec | 62–93 |
| #a677244f | 95–229 |