public class InlineQueryResultDocument extends Object implements InlineQueryResult
| Modifier and Type | Class and Description |
|---|---|
static class |
InlineQueryResultDocument.InlineQueryResultDocumentBuilder |
| Constructor and Description |
|---|
InlineQueryResultDocument() |
| Modifier and Type | Method and Description |
|---|---|
static InlineQueryResultDocument.InlineQueryResultDocumentBuilder |
builder() |
String |
getCaption() |
String |
getDescription() |
URL |
getDocumentUrl() |
String |
getId() |
InputMessageContent |
getInputMessageContent() |
String |
getMimeType() |
InlineReplyMarkup |
getReplyMarkup() |
Integer |
getThumbHeight() |
URL |
getThumbUrl() |
Integer |
getThumbWidth() |
String |
getTitle() |
InlineQueryResultType |
getType() |
public static InlineQueryResultDocument.InlineQueryResultDocumentBuilder builder()
public InlineQueryResultType getType()
@NonNull public String getId()
@NonNull public String getTitle()
public String getCaption()
@NonNull public URL getDocumentUrl()
@NonNull public String getMimeType()
public String getDescription()
public InlineReplyMarkup getReplyMarkup()
public InputMessageContent getInputMessageContent()
public URL getThumbUrl()
public Integer getThumbWidth()
public Integer getThumbHeight()
Copyright © 2016. All rights reserved.