public class InlineQueryResultLocation extends Object implements InlineQueryResult
| Modifier and Type | Class and Description |
|---|---|
static class |
InlineQueryResultLocation.InlineQueryResultLocationBuilder |
| Constructor and Description |
|---|
InlineQueryResultLocation() |
| Modifier and Type | Method and Description |
|---|---|
static InlineQueryResultLocation.InlineQueryResultLocationBuilder |
builder() |
String |
getId() |
InputMessageContent |
getInputMessageContent() |
Double |
getLatitude() |
Double |
getLongitude() |
InlineReplyMarkup |
getReplyMarkup() |
Integer |
getThumbHeight() |
URL |
getThumbUrl() |
Integer |
getThumbWidth() |
String |
getTitle() |
InlineQueryResultType |
getType() |
public static InlineQueryResultLocation.InlineQueryResultLocationBuilder builder()
public InlineQueryResultType getType()
@NonNull public String getId()
@NonNull public Double getLatitude()
@NonNull public Double getLongitude()
@NonNull public String getTitle()
public InlineReplyMarkup getReplyMarkup()
public InputMessageContent getInputMessageContent()
public URL getThumbUrl()
public Integer getThumbWidth()
public Integer getThumbHeight()
Copyright © 2016. All rights reserved.