tgbot-cpp
|
This object describes the type of a reaction. More...
#include <ReactionType.h>
Public Types | |
typedef std::shared_ptr< ReactionType > | Ptr |
Public Member Functions | |
ReactionType () | |
virtual | ~ReactionType () |
Public Attributes | |
std::string | type |
Type of the reaction. | |
This object describes the type of a reaction.
Currently, it can be one of
Definition at line 18 of file ReactionType.h.
typedef std::shared_ptr<ReactionType> TgBot::ReactionType::Ptr |
Definition at line 21 of file ReactionType.h.
|
inline |
Definition at line 23 of file ReactionType.h.
|
inlinevirtual |
Definition at line 25 of file ReactionType.h.
std::string TgBot::ReactionType::type |
Type of the reaction.
Definition at line 30 of file ReactionType.h.