telegram api method · layer 229 · #8d52a951
auth.signIn
Signs in a user with a validated phone number.
definition
auth.signIn#8d52a951 flags:# phone_number:string phone_code_hash:string phone_code:flags.0?string email_verification:flags.1?EmailVerification = auth.Authorization;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
phone_number | string | Phone number in the international format |
phone_code_hash | string | SMS-message ID, obtained from auth.sendCode |
phone_code | string | Valid numerical code from the SMS-message |
email_verification | EmailVerification | Email verification code or token |
returns
errors (10)
| 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_UNOCCUPIED | The phone number is not yet being used. |
| 406 | PHONE_NUMBER_INVALID | The phone number is invalid. |
| 406 | UPDATE_APP_TO_LOGIN | Please update your client to login. |
| 500 | AUTH_RESTART | Restart the authorization process. |
| 500 | SIGN_IN_FAILED | Failure while signing in. |
history
present in layers 2–229 · constructor id changed 1×
| id | layers |
|---|---|
| #bcd51581 | 2–144 |
| #8d52a951 | 145–229 |