tgbot-cpp
Loading...
Searching...
No Matches
GenericReply.h
Go to the documentation of this file.
1#ifndef TGBOT_CPP_GENERICREPLY_H
2#define TGBOT_CPP_GENERICREPLY_H
3
4#include <memory>
5
6namespace TgBot {
7
13
14public:
15 typedef std::shared_ptr<GenericReply> Ptr;
16
17 virtual ~GenericReply() { }
18};
19
20}
21
22#endif //TGBOT_CPP_GENERICREPLY_H
This abstract class is base of all keyboard related events.
virtual ~GenericReply()
std::shared_ptr< GenericReply > Ptr
Definition Api.h:39