tgbot-cpp
Loading...
Searching...
No Matches
InputMessageContent.h
Go to the documentation of this file.
1#ifndef TGBOT_INPUTMESSAGECONTENT_H
2#define TGBOT_INPUTMESSAGECONTENT_H
3
4#include <memory>
5#include <string>
6
7namespace TgBot {
8
17public:
18 typedef std::shared_ptr<InputMessageContent> Ptr;
19
21
23
27 std::string type;
28};
29}
30
31#endif //TGBOT_INPUTMESSAGECONTENT_H
This abstract class is base of all message contents.
std::shared_ptr< InputMessageContent > Ptr
std::string type
Type of the content.
Definition Api.h:39