From f5bca559209567f24be87e1be1b1480342153391 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 27 Feb 2023 11:41:16 +0000 Subject: [PATCH] Update content of files --- .../constructor/inputPhoneContact.html | 29 ++++++++++--------- 1 file changed, 15 insertions(+), 14 deletions(-) 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 @@

inputPhoneContact

-

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;

-

Parameters

+

Parameters

- + - - + + - + - - + + - - + +
NameTypeType Description
client_idlongUser identifier on the clientlongAn 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.
phonestringstring Phone number
first_namestringContact's first namestringContact's first name
last_namestringContact's last namestringContact's last name
-

Type

+

Type

InputContact

-

Related pages

-

contacts.importContacts

+

Related pages

+

contacts.importContacts

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.

+