java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageContent
it.tdlight.jni.TdApi.MessageContact
- Enclosing class:
- TdApi
A message with a user contact.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The contact description. -
Constructor Summary
ConstructorDescriptionA message with a user contact.MessageContact
(TdApi.Contact contact) A message with a user contact.MessageContact
(DataInput input) A message with a user contact. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
contact
The contact description. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
MessageContact
public MessageContact()A message with a user contact. -
MessageContact
A message with a user contact.- Parameters:
contact
- Contact The contact description.
-
MessageContact
A message with 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()
-