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