Class InlineQueryResultLocation
- java.lang.Object
-
- com.pengrad.telegrambot.model.request.InlineQueryResult<InlineQueryResultLocation>
-
- com.pengrad.telegrambot.model.request.InlineQueryResultLocation
-
- All Implemented Interfaces:
java.io.Serializable
public class InlineQueryResultLocation extends InlineQueryResult<InlineQueryResultLocation> implements java.io.Serializable
Stas Parshin 06 May 2016- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InlineQueryResultLocation(java.lang.String id, float latitude, float longitude, java.lang.String title)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InlineQueryResultLocation
heading(int heading)
InlineQueryResultLocation
horizontalAccuracy(float horizontalAccuracy)
InlineQueryResultLocation
livePeriod(java.lang.Integer livePeriod)
InlineQueryResultLocation
proximityAlertRadius(int proximityAlertRadius)
InlineQueryResultLocation
thumbHeight(java.lang.Integer thumbHeight)
InlineQueryResultLocation
thumbUrl(java.lang.String thumbUrl)
InlineQueryResultLocation
thumbWidth(java.lang.Integer thumbWidth)
-
Methods inherited from class com.pengrad.telegrambot.model.request.InlineQueryResult
captionEntities, inputMessageContent, replyMarkup
-
-
-
-
Method Detail
-
horizontalAccuracy
public InlineQueryResultLocation horizontalAccuracy(float horizontalAccuracy)
-
livePeriod
public InlineQueryResultLocation livePeriod(java.lang.Integer livePeriod)
-
heading
public InlineQueryResultLocation heading(int heading)
-
proximityAlertRadius
public InlineQueryResultLocation proximityAlertRadius(int proximityAlertRadius)
-
thumbUrl
public InlineQueryResultLocation thumbUrl(java.lang.String thumbUrl)
-
thumbWidth
public InlineQueryResultLocation thumbWidth(java.lang.Integer thumbWidth)
-
thumbHeight
public InlineQueryResultLocation thumbHeight(java.lang.Integer thumbHeight)
-
-