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