|
tgbot-cpp
|
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 input_message_content to send a message with the specified content instead of the sticker. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<InlineQueryResultCachedSticker> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the result, must be sticker. | |
| std::string | id { } |
| Unique identifier for this result, 1-64 bytes. | |
| std::string | stickerFileId { } |
| A valid file identifier of the sticker. | |
| std::shared_ptr< InlineKeyboardMarkup > | replyMarkup { } |
| Optional. Inline keyboard attached to the message. | |
| std::shared_ptr< InputMessageContent > | inputMessageContent { } |
| Optional. Content of the message to be sent instead of the sticker. | |
Static Public Attributes | |
| static TGBOT_API 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 input_message_content to send a message with the specified content instead of the sticker.
| using TgBot::InlineQueryResultCachedSticker::Ptr = std::shared_ptr<InlineQueryResultCachedSticker> |
| std::string TgBot::InlineQueryResultCachedSticker::id { } |
| std::shared_ptr<InputMessageContent> TgBot::InlineQueryResultCachedSticker::inputMessageContent { } |
| std::shared_ptr<InlineKeyboardMarkup> TgBot::InlineQueryResultCachedSticker::replyMarkup { } |
| std::string TgBot::InlineQueryResultCachedSticker::stickerFileId { } |
|
static |
| std::string TgBot::InlineQueryResultCachedSticker::type { TYPE } |