|
tgbot-cpp
|
Represents a reaction added to a message along with the number of times it was added. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<ReactionCount> |
Public Attributes | |
| std::shared_ptr< ReactionType > | 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.
| using TgBot::ReactionCount::Ptr = std::shared_ptr<ReactionCount> |
| std::int32_t TgBot::ReactionCount::totalCount { } |
| std::shared_ptr<ReactionType> TgBot::ReactionCount::type { } |