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