tgbot-cpp
|
Represents a reaction added to a message along with the number of times it was added. More...
#include <ReactionCount.h>
Public Types | |
typedef std::shared_ptr< ReactionCount > | Ptr |
Public Attributes | |
ReactionType::Ptr | type |
Type of the reaction. | |
std::int32_t | totalCount |
Number of times the reaction was added. | |
Represents a reaction added to a message along with the number of times it was added.
Definition at line 16 of file ReactionCount.h.
typedef std::shared_ptr<ReactionCount> TgBot::ReactionCount::Ptr |
Definition at line 19 of file ReactionCount.h.
std::int32_t TgBot::ReactionCount::totalCount |
Number of times the reaction was added.
Definition at line 29 of file ReactionCount.h.
ReactionType::Ptr TgBot::ReactionCount::type |
Type of the reaction.
Definition at line 24 of file ReactionCount.h.