Class InlineQueryResultCachedSticker
- java.lang.Object
-
- org.apache.camel.component.telegram.model.InlineQueryResult
-
- org.apache.camel.component.telegram.model.InlineQueryResultCachedSticker
-
public class InlineQueryResultCachedSticker extends InlineQueryResult
Represents a link to a sticker stored on the Telegram servers.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInlineQueryResultCachedSticker.Builder
-
Constructor Summary
Constructors Constructor Description InlineQueryResultCachedSticker()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InlineQueryResultCachedSticker.Builderbuilder()InputMessageContentgetInputMessageContext()StringgetStickerFileId()voidsetInputMessageContext(InputMessageContent inputMessageContext)voidsetStickerFileId(String stickerFileId)-
Methods inherited from class org.apache.camel.component.telegram.model.InlineQueryResult
getId, getReplyMarkup, getType, setId, setReplyMarkup, setType
-
-
-
-
Method Detail
-
builder
public static InlineQueryResultCachedSticker.Builder builder()
-
getStickerFileId
public String getStickerFileId()
-
getInputMessageContext
public InputMessageContent getInputMessageContext()
-
setStickerFileId
public void setStickerFileId(String stickerFileId)
-
setInputMessageContext
public void setInputMessageContext(InputMessageContent inputMessageContext)
-
-