Uses of Class
org.drinkless.tdlib.TdApi.Contact
-
Packages that use TdApi.Contact Package Description org.drinkless.tdlib -
-
Uses of TdApi.Contact in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.Contact Modifier and Type Field Description TdApi.ContactTdApi.AddContact. contactThe contact to add or edit; phone number can be empty and needs to be specified only if known, vCard is ignored.TdApi.ContactTdApi.InlineQueryResultContact. contactA user contact.TdApi.ContactTdApi.InputInlineQueryResultContact. contactUser contact.TdApi.ContactTdApi.InputMessageContact. contactContact to send.TdApi.ContactTdApi.MessageContact. contactThe contact description.TdApi.Contact[]TdApi.ChangeImportedContacts. contactsThe new list of contacts, contact's vCard are ignored and are not imported.TdApi.Contact[]TdApi.ImportContacts. contactsThe list of contacts to import or edit; contacts' vCard are ignored and are not imported.Constructors in org.drinkless.tdlib with parameters of type TdApi.Contact Constructor Description AddContact(TdApi.Contact 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.Contact[] contacts)Creates a function, which changes imported contacts using the list of contacts saved on the device.ImportContacts(TdApi.Contact[] contacts)Creates a function, which adds new contacts or edits existing contacts by their phone numbers; contacts' user identifiers are ignored.InlineQueryResultContact(String id, TdApi.Contact contact, TdApi.Thumbnail thumbnail)Represents a user contact.InputInlineQueryResultContact(String id, TdApi.Contact contact, String thumbnailUrl, int thumbnailWidth, int thumbnailHeight, TdApi.ReplyMarkup replyMarkup, TdApi.InputMessageContent inputMessageContent)Represents a user contact.InputMessageContact(TdApi.Contact contact)A message containing a user contact.MessageContact(TdApi.Contact contact)A message with a user contact.
-