Package it.tdlight.jni
Class TdApi.MessageVenue
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageContent
it.tdlight.jni.TdApi.MessageVenue
- Enclosing class:
- TdApi
public static class TdApi.MessageVenue extends TdApi.MessageContent
A message with information about a venue.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.Venue
venue
The venue description. -
Constructor Summary
Constructors Constructor Description MessageVenue()
A message with information about a venue.MessageVenue(TdApi.Venue venue)
A message with information about a venue.MessageVenue(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
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
- 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()
-