contacts.ImportedContacts

Object contains info on successfully imported contacts.

contacts.importedContacts#d1cd0a4c imported:Vector<ImportedContact> users:Vector<User> = contacts.ImportedContacts;

---functions---

contacts.importContacts#da30b32d contacts:Vector<InputContact> replace:Bool = contacts.ImportedContacts;

Constructors

Constructor Description
contacts.importedContacts Info on successfully imported contacts.

Methods

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