tgbot-cpp
|
Represents a link to a sticker stored on the Telegram servers. More...
#include <InlineQueryResultCachedSticker.h>
Public Types | |
typedef std::shared_ptr< InlineQueryResultCachedSticker > | Ptr |
Public Types inherited from TgBot::InlineQueryResult | |
typedef std::shared_ptr< InlineQueryResult > | Ptr |
Public Member Functions | |
InlineQueryResultCachedSticker () | |
Public Member Functions inherited from TgBot::InlineQueryResult | |
InlineQueryResult () | |
virtual | ~InlineQueryResult () |
Public Attributes | |
std::string | stickerFileId |
A valid file identifier of the sticker. | |
InputMessageContent::Ptr | inputMessageContent |
Optional. Content of the message to be sent instead of the sticker. | |
Public Attributes inherited from TgBot::InlineQueryResult | |
std::string | type |
Type of the result. | |
std::string | id |
Unique identifier for this result, 1-64 bytes. | |
InlineKeyboardMarkup::Ptr | replyMarkup |
Optional. Inline keyboard attached to the message. | |
Static Public Attributes | |
static const std::string | TYPE |
Represents a link to a sticker stored on the Telegram servers.
By default, this sticker will be sent by the user. Alternatively, you can use inputMessageContent to send a message with the specified content instead of the sticker.
Definition at line 20 of file InlineQueryResultCachedSticker.h.
typedef std::shared_ptr<InlineQueryResultCachedSticker> TgBot::InlineQueryResultCachedSticker::Ptr |
Definition at line 25 of file InlineQueryResultCachedSticker.h.
|
inline |
Definition at line 27 of file InlineQueryResultCachedSticker.h.
InputMessageContent::Ptr TgBot::InlineQueryResultCachedSticker::inputMessageContent |
Optional. Content of the message to be sent instead of the sticker.
Definition at line 39 of file InlineQueryResultCachedSticker.h.
std::string TgBot::InlineQueryResultCachedSticker::stickerFileId |
A valid file identifier of the sticker.
Definition at line 34 of file InlineQueryResultCachedSticker.h.
|
static |
Definition at line 23 of file InlineQueryResultCachedSticker.h.