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
Identifier 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.long
Identifier of the user, if known; 0 otherwise.Additional data about the user in a form of vCard; 0-2048 bytes in length. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods 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; 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.
-
Contact
Describes a user contact.- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-