| Package | Description |
|---|---|
| pro.zackpollard.telegrambot.api.chat.inline.send.results |
| Modifier and Type | Method and Description |
|---|---|
static InlineQueryResultLocation.InlineQueryResultLocationBuilder |
InlineQueryResultLocation.builder()
This builder will allow you to progressively construct this object.
|
InlineQueryResultLocation.InlineQueryResultLocationBuilder |
InlineQueryResultLocation.InlineQueryResultLocationBuilder.id(String id)
*Optional*
Sets the ID to the provided value.
|
InlineQueryResultLocation.InlineQueryResultLocationBuilder |
InlineQueryResultLocation.InlineQueryResultLocationBuilder.inputMessageContent(InputMessageContent inputMessageContent)
*Optional*
Sets the content you want to be sent with this result to the provided InputMessageContent object
|
InlineQueryResultLocation.InlineQueryResultLocationBuilder |
InlineQueryResultLocation.InlineQueryResultLocationBuilder.latitude(Double latitude)
*Required*
Sets the latitude to the provided value
|
InlineQueryResultLocation.InlineQueryResultLocationBuilder |
InlineQueryResultLocation.InlineQueryResultLocationBuilder.longitude(Double longitude)
*Required*
Sets the longitude to the provided value
|
InlineQueryResultLocation.InlineQueryResultLocationBuilder |
InlineQueryResultLocation.InlineQueryResultLocationBuilder.replyMarkup(InlineReplyMarkup replyMarkup)
*Optional*
Sets the inline keyboard attached to this message to the InlineReplyMarkup provided
|
InlineQueryResultLocation.InlineQueryResultLocationBuilder |
InlineQueryResultLocation.InlineQueryResultLocationBuilder.thumbHeight(int thumbHeight)
*Optional*
Sets the height of the thumbnail at the previously provided URL through
thumbUrl(URL) |
InlineQueryResultLocation.InlineQueryResultLocationBuilder |
InlineQueryResultLocation.InlineQueryResultLocationBuilder.thumbUrl(URL thumbUrl)
*Optional*
Sets the URL of the thumbnail that should show next to the result in the inline result selection pane
|
InlineQueryResultLocation.InlineQueryResultLocationBuilder |
InlineQueryResultLocation.InlineQueryResultLocationBuilder.thumbWidth(int thumbWidth)
*Optional*
Sets the width of the thumbnail at the previously provided URL through
thumbUrl(URL) |
InlineQueryResultLocation.InlineQueryResultLocationBuilder |
InlineQueryResultLocation.InlineQueryResultLocationBuilder.title(String title)
*Required*
Sets the title to the provided value
|
Copyright © 2017. All rights reserved.