Package org.drinkless.tdlib
Class TdApi.Contact
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Contact
- Enclosing class:
- TdApi
Describes a user contact.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.First name of the user; 1-255 characters in length.Last name of the user.Phone number of the user.longIdentifier of the user, if known; 0 otherwise.Additional data about the user in a form of vCard; 0-2048 bytes in length. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
phoneNumber
Phone number of the user. -
firstName
First name of the user; 1-255 characters in length. -
lastName
Last name of the user. -
vcard
Additional data about the user in a form of vCard; 0-2048 bytes in length. -
userId
public long userIdIdentifier of the user, if known; 0 otherwise. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
Contact
public Contact()Describes a user contact. -
Contact
Describes a user contact.- Parameters:
phoneNumber- Phone number of the user.firstName- First name of the user; 1-255 characters in length.lastName- Last name of the user.vcard- Additional data about the user in a form of vCard; 0-2048 bytes in length.userId- Identifier of the user, if known; 0 otherwise.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-