tgbot-cpp
Loading...
Searching...
No Matches
ReactionType.h
Go to the documentation of this file.
1
#ifndef TGBOT_REACTIONTYPE_H
2
#define TGBOT_REACTIONTYPE_H
3
4
#include <memory>
5
#include <string>
6
7
namespace
TgBot
{
8
18
class
ReactionType
{
19
20
public
:
21
typedef
std::shared_ptr<ReactionType>
Ptr
;
22
23
ReactionType
() {}
24
25
virtual
~ReactionType
() {}
26
30
std::string
type
;
31
};
32
}
33
34
#endif
//TGBOT_REACTIONTYPE_H
TgBot::ReactionType
This object describes the type of a reaction.
Definition
ReactionType.h:18
TgBot::ReactionType::type
std::string type
Type of the reaction.
Definition
ReactionType.h:30
TgBot::ReactionType::ReactionType
ReactionType()
Definition
ReactionType.h:23
TgBot::ReactionType::Ptr
std::shared_ptr< ReactionType > Ptr
Definition
ReactionType.h:21
TgBot::ReactionType::~ReactionType
virtual ~ReactionType()
Definition
ReactionType.h:25
TgBot
Definition
Api.h:40
include
tgbot
types
ReactionType.h
Generated on Tue Jun 11 2024 00:46:35 for tgbot-cpp by
1.11.0