java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Contact
- Enclosing class:
- TdApi
Describes a user contact.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
First name of the user; 1-255 characters in length.Last name of the user.Phone number of the user.long
Identifier of the user, if known; otherwise 0.Additional data about the user in a form of vCard; 0-2048 bytes in length. -
Constructor Summary
-
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, 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; otherwise 0. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
Contact
public Contact()Describes a user contact. -
Contact
Describes a user contact.- Parameters:
phoneNumber
- String Phone number of the user.firstName
- String First name of the user; 1-255 characters in length.lastName
- String Last name of the user.vcard
- String Additional data about the user in a form of vCard; 0-2048 bytes in length.userId
- long Identifier of the user, if known; otherwise 0.
-
Contact
Describes a user contact.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-