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