public static class TdApi.InputMessageVenue extends TdApi.InputMessageContent
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Venue |
venue
Venue to send.
|
| Constructor and Description |
|---|
InputMessageVenue()
A message with information about a venue.
|
InputMessageVenue(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 InputMessageVenue()
public InputMessageVenue(TdApi.Venue venue)
venue - Venue to send.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object