tgbot-cpp
Loading...
Searching...
No Matches
TgBot::ReactionCount Class Reference

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< ReactionCountPtr
 

Public Attributes

ReactionType::Ptr type
 Type of the reaction.
 
std::int32_t totalCount
 Number of times the reaction was added.
 

Detailed Description

Represents a reaction added to a message along with the number of times it was added.

Definition at line 16 of file ReactionCount.h.

Member Typedef Documentation

◆ Ptr

typedef std::shared_ptr<ReactionCount> TgBot::ReactionCount::Ptr

Definition at line 19 of file ReactionCount.h.

Member Data Documentation

◆ totalCount

std::int32_t TgBot::ReactionCount::totalCount

Number of times the reaction was added.

Definition at line 29 of file ReactionCount.h.

◆ type

ReactionType::Ptr TgBot::ReactionCount::type

Type of the reaction.

Definition at line 24 of file ReactionCount.h.


The documentation for this class was generated from the following file: