Uses of Class
org.drinkless.tdlib.TdApi.ImportedContact
Packages that use TdApi.ImportedContact
-
Uses of TdApi.ImportedContact in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.ImportedContactModifier and TypeFieldDescriptionTdApi.AddContact.contactThe contact to add or edit; phone number may be empty and needs to be specified only if known.TdApi.ChangeImportedContacts.contactsThe new list of contacts to import.TdApi.ImportContacts.contactsThe list of contacts to import or edit.Constructors in org.drinkless.tdlib with parameters of type TdApi.ImportedContactModifierConstructorDescriptionAddContact(long userId, TdApi.ImportedContact contact, boolean sharePhoneNumber) Creates a function, which adds a user to the contact list or edits an existing contact by their user identifier.ChangeImportedContacts(TdApi.ImportedContact[] contacts) Creates a function, which changes imported contacts using the list of contacts saved on the device.ImportContacts(TdApi.ImportedContact[] contacts) Creates a function, which adds new contacts or edits existing contacts by their phone numbers; contacts' user identifiers are ignored.