1#ifndef TGBOT_INLINEQUERYRESULTCACHEDSTICKER_H
2#define TGBOT_INLINEQUERYRESULTCACHEDSTICKER_H
23 static const std::string
TYPE;
25 typedef std::shared_ptr<InlineQueryResultCachedSticker>
Ptr;
Represents a link to a sticker stored on the Telegram servers.
InlineQueryResultCachedSticker()
std::shared_ptr< InlineQueryResultCachedSticker > Ptr
std::string stickerFileId
A valid file identifier of the sticker.
static const std::string TYPE
InputMessageContent::Ptr inputMessageContent
Optional. Content of the message to be sent instead of the sticker.
This object represents one result of an inline query.
std::string type
Type of the result.
std::shared_ptr< InputMessageContent > Ptr