public static class TdApi.MessageVenue extends TdApi.MessageContent
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Venue |
venue
The venue description.
|
| Constructor and Description |
|---|
MessageVenue()
A message with information about a venue.
|
MessageVenue(TdApi.Venue venue)
A message with information about a venue.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Venue venue
public static final int CONSTRUCTOR
public MessageVenue()
public MessageVenue(TdApi.Venue venue)
venue - The venue description.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object