Registers a validated phone number in the system.
auth.authorization#cd050916 flags:# tmp_sessions:flags.0?int user:User = auth.Authorization;
auth.authorizationSignUpRequired#44747e9a flags:# terms_of_service:flags.0?help.TermsOfService = auth.Authorization;
---functions---
auth.signUp#80eee427 phone_number:string phone_code_hash:string first_name:string last_name:string = auth.Authorization;
Name | Type | Description |
---|---|---|
flags | # | Flags, see TL conditional fields |
no_joined_notifications | flags.0?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 |
Code | Type | Description |
---|---|---|
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. |
406 | PHONE_NUMBER_INVALID | The phone number is invalid. |
400 | PHONE_NUMBER_OCCUPIED | The phone number is already in use. |