public static class TdApi.InlineQueryResultVenue extends TdApi.InlineQueryResult
TdApi.InlineQueryResult.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
id
Unique identifier of the query result.
|
TdApi.Thumbnail |
thumbnail
Result thumbnail in JPEG format; may be null.
|
TdApi.Venue |
venue
Venue result.
|
Constructor and Description |
---|
InlineQueryResultVenue()
Represents information about a venue.
|
InlineQueryResultVenue(java.lang.String id,
TdApi.Venue venue,
TdApi.Thumbnail thumbnail)
Represents information about a venue.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String id
public TdApi.Venue venue
@Nullable public TdApi.Thumbnail thumbnail
public static final int CONSTRUCTOR
public InlineQueryResultVenue()
public InlineQueryResultVenue(java.lang.String id, TdApi.Venue venue, TdApi.Thumbnail thumbnail)
id
- Unique identifier of the query result.venue
- Venue result.thumbnail
- Result thumbnail in JPEG format; may be null.public int getConstructor()
getConstructor
in class TdApi.InlineQueryResult