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()
This builder will allow you to progressively construct this object.
|
String |
getId()
Gets the ID of this InlineQueryResult object
|
InputMessageContent |
getInputMessageContent()
Gets the content of the message to be sent instead of the sticker
|
InlineReplyMarkup |
getReplyMarkup()
Gets the inline keyboard attached to this message
|
String |
getStickerFileId()
Gets the ID for the cached sticker file on the telegram servers
|
InlineQueryResultType |
getType()
Get the type of InlineQueryResult that this object refers to
|
public static InlineQueryResultCachedSticker.InlineQueryResultCachedStickerBuilder builder()
public InlineQueryResultType getType()
getType in interface InlineQueryResult@NonNull public String getId()
@NonNull public String getStickerFileId()
public InlineReplyMarkup getReplyMarkup()
public InputMessageContent getInputMessageContent()
Copyright © 2017. All rights reserved.