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 <memory>
8#include <string>
9
10namespace TgBot {
11
21
22public:
23 static const std::string TYPE;
24
25 typedef std::shared_ptr<InlineQueryResultCachedSticker> Ptr;
26
30
34 std::string stickerFileId;
35
40};
41}
42
43#endif //TGBOT_INLINEQUERYRESULTCACHEDSTICKER_H
Represents a link to a sticker stored on the Telegram servers.
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 object represents one result of an inline query.
std::string type
Type of the result.
std::shared_ptr< InputMessageContent > Ptr
Definition Api.h:40