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

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< ReactionTypetype { }
 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 11241 of file Types.h.

Member Typedef Documentation

◆ Ptr

using TgBot::ReactionCount::Ptr = std::shared_ptr<ReactionCount>

Definition at line 11242 of file Types.h.

Member Data Documentation

◆ totalCount

std::int32_t TgBot::ReactionCount::totalCount { }

Number of times the reaction was added.

Definition at line 11252 of file Types.h.

◆ type

std::shared_ptr<ReactionType> TgBot::ReactionCount::type { }

Type of the reaction.

Definition at line 11247 of file Types.h.


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