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