java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InlineQueryResult
it.tdlight.jni.TdApi.InlineQueryResultVenue
- Enclosing class:
- TdApi
Represents information about a venue.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Unique identifier of the query result.Result thumbnail in JPEG format; may be null.Venue result. -
Constructor Summary
ConstructorDescriptionRepresents information about a venue.InlineQueryResultVenue
(DataInput input) Represents information about a venue.InlineQueryResultVenue
(String id, TdApi.Venue venue, TdApi.Thumbnail thumbnail) Represents information about a venue. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
id
Unique identifier of the query result. -
venue
Venue result. -
thumbnail
Result thumbnail in JPEG format; may be null. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InlineQueryResultVenue
public InlineQueryResultVenue()Represents information about a venue. -
InlineQueryResultVenue
Represents information about a venue.- Parameters:
id
- String Unique identifier of the query result.venue
- Venue Venue result.thumbnail
- Thumbnail Result thumbnail in JPEG format; may be null.
-
InlineQueryResultVenue
Represents information about a venue.- 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()
-