public static final class InlineQueryResultLocation.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
InlineQueryResultLocation |
build() |
InlineQueryResultLocation.Builder |
id(String id) |
InlineQueryResultLocation.Builder |
inputMessageContext(InputMessageContent inputMessageContext) |
InlineQueryResultLocation.Builder |
latitude(Float latitude) |
InlineQueryResultLocation.Builder |
livePeriod(Integer livePeriod) |
InlineQueryResultLocation.Builder |
longitude(Float longitude) |
InlineQueryResultLocation.Builder |
replyMarkup(InlineKeyboardMarkup replyMarkup) |
InlineQueryResultLocation.Builder |
thumbHeight(String thumbHeight) |
InlineQueryResultLocation.Builder |
thumbUrl(String thumbUrl) |
InlineQueryResultLocation.Builder |
thumbWidth(String thumbWidth) |
InlineQueryResultLocation.Builder |
title(String title) |
public InlineQueryResultLocation.Builder id(String id)
public InlineQueryResultLocation.Builder replyMarkup(InlineKeyboardMarkup replyMarkup)
public InlineQueryResultLocation.Builder latitude(Float latitude)
public InlineQueryResultLocation.Builder longitude(Float longitude)
public InlineQueryResultLocation.Builder livePeriod(Integer livePeriod)
public InlineQueryResultLocation.Builder thumbUrl(String thumbUrl)
public InlineQueryResultLocation.Builder thumbWidth(String thumbWidth)
public InlineQueryResultLocation.Builder thumbHeight(String thumbHeight)
public InlineQueryResultLocation.Builder title(String title)
public InlineQueryResultLocation.Builder inputMessageContext(InputMessageContent inputMessageContext)
public InlineQueryResultLocation build()
Apache Camel