public class InlineQueryResultCachedPhoto extends Object implements InlineQueryResultCached
| Modifier and Type | Class and Description |
|---|---|
static class |
InlineQueryResultCachedPhoto.InlineQueryResultCachedPhotoBuilder |
| Constructor and Description |
|---|
InlineQueryResultCachedPhoto() |
| Modifier and Type | Method and Description |
|---|---|
static InlineQueryResultCachedPhoto.InlineQueryResultCachedPhotoBuilder |
builder() |
String |
getCaption() |
String |
getDescription() |
String |
getId() |
InputMessageContent |
getInputMessageContent() |
String |
getPhotoFileId() |
InlineReplyMarkup |
getReplyMarkup() |
String |
getTitle() |
InlineQueryResultType |
getType() |
public static InlineQueryResultCachedPhoto.InlineQueryResultCachedPhotoBuilder builder()
public InlineQueryResultType getType()
@NonNull public String getId()
@NonNull public String getPhotoFileId()
public String getTitle()
public String getCaption()
public InputMessageContent getInputMessageContent()
public String getDescription()
public InlineReplyMarkup getReplyMarkup()
Copyright © 2016. All rights reserved.