tgbot-cpp
Loading...
Searching...
No Matches
InlineQueryResultCachedSticker.h
Go to the documentation of this file.
1#ifndef TGBOT_INLINEQUERYRESULTCACHEDSTICKER_H
2#define TGBOT_INLINEQUERYRESULTCACHEDSTICKER_H
3
6
7#include <string>
8#include <memory>
9
10namespace TgBot {
11
20public:
21 static const std::string TYPE;
22
23 typedef std::shared_ptr<InlineQueryResultCachedSticker> Ptr;
24
28
32 std::string stickerFileId;
33
38};
39}
40
41#endif //TGBOT_INLINEQUERYRESULTCACHEDSTICKER_H
Represents a link to a sticker stored on the Telegram servers. By default, this sticker will be sent ...
std::shared_ptr< InlineQueryResultCachedSticker > Ptr
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.
This abstract class is base of all inline query results.
std::string type
Type of the result.
std::shared_ptr< InputMessageContent > Ptr
Definition Api.h:39