Package org.drinkless.tdlib
Class TdApi.InlineQueryResultVenue
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.InlineQueryResult
-
- org.drinkless.tdlib.TdApi.InlineQueryResultVenue
-
- Enclosing class:
- TdApi
public static class TdApi.InlineQueryResultVenue extends TdApi.InlineQueryResult
Represents information about a venue.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringidUnique identifier of the query result.TdApi.ThumbnailthumbnailResult thumbnail in JPEG format; may be null.TdApi.VenuevenueVenue result.
-
Constructor Summary
Constructors Constructor Description InlineQueryResultVenue()Represents information about a venue.InlineQueryResultVenue(String id, TdApi.Venue venue, TdApi.Thumbnail thumbnail)Represents information about a venue.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
id
public String id
Unique identifier of the query result.
-
venue
public TdApi.Venue venue
Venue result.
-
thumbnail
public TdApi.Thumbnail thumbnail
Result thumbnail in JPEG format; may be null.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InlineQueryResultVenue
public InlineQueryResultVenue()
Represents information about a venue.
-
InlineQueryResultVenue
public InlineQueryResultVenue(String id, TdApi.Venue venue, TdApi.Thumbnail thumbnail)
Represents information about a venue.- Parameters:
id- Unique identifier of the query result.venue- Venue result.thumbnail- Result thumbnail in JPEG format; may be null.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-