public static class InlineQueryResultLocation.InlineQueryResultLocationBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
InlineQueryResultLocation |
build() |
InlineQueryResultLocation.InlineQueryResultLocationBuilder |
id(String id) |
InlineQueryResultLocation.InlineQueryResultLocationBuilder |
inputMessageContent(InputMessageContent inputMessageContent) |
InlineQueryResultLocation.InlineQueryResultLocationBuilder |
latitude(Double latitude) |
InlineQueryResultLocation.InlineQueryResultLocationBuilder |
longitude(Double longitude) |
InlineQueryResultLocation.InlineQueryResultLocationBuilder |
replyMarkup(InlineReplyMarkup replyMarkup) |
InlineQueryResultLocation.InlineQueryResultLocationBuilder |
thumbHeight(int thumbHeight) |
InlineQueryResultLocation.InlineQueryResultLocationBuilder |
thumbUrl(URL thumbUrl) |
InlineQueryResultLocation.InlineQueryResultLocationBuilder |
thumbWidth(int thumbWidth) |
InlineQueryResultLocation.InlineQueryResultLocationBuilder |
title(String title) |
public InlineQueryResultLocation.InlineQueryResultLocationBuilder id(String id)
public InlineQueryResultLocation.InlineQueryResultLocationBuilder latitude(Double latitude)
public InlineQueryResultLocation.InlineQueryResultLocationBuilder longitude(Double longitude)
public InlineQueryResultLocation.InlineQueryResultLocationBuilder title(String title)
public InlineQueryResultLocation.InlineQueryResultLocationBuilder replyMarkup(InlineReplyMarkup replyMarkup)
public InlineQueryResultLocation.InlineQueryResultLocationBuilder inputMessageContent(InputMessageContent inputMessageContent)
public InlineQueryResultLocation.InlineQueryResultLocationBuilder thumbUrl(URL thumbUrl)
public InlineQueryResultLocation.InlineQueryResultLocationBuilder thumbWidth(int thumbWidth)
public InlineQueryResultLocation.InlineQueryResultLocationBuilder thumbHeight(int thumbHeight)
public InlineQueryResultLocation build()
Copyright © 2016. All rights reserved.