InputContact

Object defines a contact from the user's phone book.

inputPhoneContact#f392b7f4 client_id:long phone:string first_name:string last_name:string = InputContact;

Constructors

Constructor Description
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.