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