Package it.tdlight.jni
Class TdApi.InlineQueryResultLocation
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InlineQueryResult
it.tdlight.jni.TdApi.InlineQueryResultLocation
- Enclosing class:
- TdApi
public static class TdApi.InlineQueryResultLocation extends TdApi.InlineQueryResult
Represents a point on the map.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
id
Unique identifier of the query result.TdApi.Location
location
Location result.TdApi.Thumbnail
thumbnail
Result thumbnail in JPEG format; may be null.String
title
Title of the result. -
Constructor Summary
Constructors Constructor Description InlineQueryResultLocation()
Represents a point on the map.InlineQueryResultLocation(DataInput input)
InlineQueryResultLocation(String id, TdApi.Location location, String title, TdApi.Thumbnail thumbnail)
Represents a point on the map. -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
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
- 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()
-