telegram api method · layer 229 · #aac7b717
auth.signUp
Registers a validated phone number in the system.
definition
auth.signUp#aac7b717 flags:# no_joined_notifications:flags.0?true phone_number:string phone_code_hash:string first_name:string last_name:string = auth.Authorization;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
no_joined_notifications | true | If set, users on Telegram that have already added phone_number to their contacts will not receive signup notifications about this user. |
phone_number | string | Phone number in the international format |
phone_code_hash | string | SMS-message ID |
first_name | string | New user first name |
last_name | string | New user last name |
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 | FIRSTNAME_INVALID | The first name is invalid. |
| 400 | LASTNAME_INVALID | The last name is invalid. |
| 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_FLOOD | You asked for the code too many times. |
| 400 | PHONE_NUMBER_INVALID | The phone number is invalid. |
| 400 | PHONE_NUMBER_OCCUPIED | The phone number is already in use. |
| 406 | PHONE_NUMBER_INVALID | The phone number is invalid. |
history
present in layers 2–229 · constructor id changed 2×
| id | layers |
|---|---|
| #1b067634 | 2–103 |
| #80eee427 | 104–172 |
| #aac7b717 | 173–229 |