public class InlineQueryResultPhoto extends Object implements InlineQueryResult
| Modifier and Type | Class and Description |
|---|---|
static class |
InlineQueryResultPhoto.InlineQueryResultPhotoBuilder |
| Constructor and Description |
|---|
InlineQueryResultPhoto() |
| Modifier and Type | Method and Description |
|---|---|
static InlineQueryResultPhoto.InlineQueryResultPhotoBuilder |
builder() |
String |
getCaption() |
String |
getId() |
String |
getMessageText() |
ParseMode |
getParseMode() |
int |
getPhotoHeight() |
URL |
getPhotoUrl() |
int |
getPhotoWidth() |
URL |
getThumbUrl() |
String |
getTitle() |
InlineQueryResultType |
getType() |
boolean |
isDisableWebPagePreview() |
public static InlineQueryResultPhoto.InlineQueryResultPhotoBuilder builder()
public InlineQueryResultType getType()
@NonNull public String getId()
@NonNull public URL getPhotoUrl()
public int getPhotoWidth()
public int getPhotoHeight()
@NonNull public URL getThumbUrl()
public String getTitle()
public String getCaption()
public String getMessageText()
public ParseMode getParseMode()
public boolean isDisableWebPagePreview()
Copyright © 2016. All rights reserved.