diff --git a/data/web/corefork.telegram.org/constructor/inputPhoneContact.html b/data/web/corefork.telegram.org/constructor/inputPhoneContact.html index 48a4950768..7f86422877 100644 --- a/data/web/corefork.telegram.org/constructor/inputPhoneContact.html +++ b/data/web/corefork.telegram.org/constructor/inputPhoneContact.html @@ -42,7 +42,7 @@
Phone contact. The client_id
is just an arbitrary contact ID: it should be set, for example, to an incremental number when using contacts.importContacts, in order to retry importing only the contacts that weren't imported successfully.
Phone contact.
inputPhoneContact#f392b7f4 client_id:long phone:string first_name:string last_name:string = InputContact;
-Name | -Type | +Type | Description | |
---|---|---|---|---|
client_id | -long | -User identifier on the client | +long | +An arbitrary 64-bit integer: it should be set, for example, to an incremental number when using contacts.importContacts, in order to retry importing only the contacts that weren't imported successfully, according to the client_ids returned in contacts.importedContacts.retry_contacts . |
phone | -string | +string | Phone number | |
first_name | -string | -Contact's first name | +string | +Contact's first name |
last_name | -string | -Contact's last name | +string | +Contact's last name |
Imports contacts: saves a full list on the server, adds already registered contacts to the contact list, returns added contacts and their info.
-Use contacts.addContact to add Telegram contacts without actually using their phone number.
Use contacts.addContact to add Telegram contacts without actually using their phone number.
+