public class InlineQueryResultLocation extends Object implements InlineQueryResult
| Constructor and Description |
|---|
InlineQueryResultLocation() |
public String getType()
public String getId()
public InlineQueryResultLocation setId(String id)
public String getTitle()
public InlineQueryResultLocation setTitle(String title)
public Float getLatitude()
public InlineQueryResultLocation setLatitude(Float latitude)
public Float getLongitude()
public InlineQueryResultLocation setLongitude(Float longitude)
public InlineKeyboardMarkup getReplyMarkup()
public InlineQueryResultLocation setReplyMarkup(InlineKeyboardMarkup replyMarkup)
public InputMessageContent getInputMessageContent()
public InlineQueryResultLocation setInputMessageContent(InputMessageContent inputMessageContent)
public String getThumbUrl()
public InlineQueryResultLocation setThumbUrl(String thumbUrl)
public Integer getThumbWidth()
public InlineQueryResultLocation setThumbWidth(Integer thumbWidth)
public Integer getThumbHeight()
public InlineQueryResultLocation setThumbHeight(Integer thumbHeight)
public Integer getLivePeriod()
public InlineQueryResultLocation setLivePeriod(Integer livePeriod)
public void validate()
throws TelegramApiValidationException
Validablevalidate in interface ValidableTelegramApiValidationException - If any mandatory field is emptyCopyright © 2018. All rights reserved.