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
6
namespace
TgBot
{
7
12
class
GenericReply
{
13
14
public
:
15
typedef
std::shared_ptr<GenericReply>
Ptr
;
16
17
virtual
~GenericReply
() { }
18
};
19
20
}
21
22
#endif
//TGBOT_CPP_GENERICREPLY_H
TgBot::GenericReply
This abstract class is base of all keyboard related events.
Definition
GenericReply.h:12
TgBot::GenericReply::~GenericReply
virtual ~GenericReply()
Definition
GenericReply.h:17
TgBot::GenericReply::Ptr
std::shared_ptr< GenericReply > Ptr
Definition
GenericReply.h:15
TgBot
Definition
Api.h:40
include
tgbot
types
GenericReply.h
Generated on Tue Jun 11 2024 00:46:35 for tgbot-cpp by
1.11.0