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

This object describes the type of a reaction. More...

#include <ReactionType.h>

Inheritance diagram for TgBot::ReactionType:
TgBot::ReactionTypeCustomEmoji TgBot::ReactionTypeEmoji

Public Types

typedef std::shared_ptr< ReactionTypePtr
 

Public Member Functions

 ReactionType ()
 
virtual ~ReactionType ()
 

Public Attributes

std::string type
 Type of the reaction.
 

Detailed Description

This object describes the type of a reaction.

Currently, it can be one of

Definition at line 18 of file ReactionType.h.

Member Typedef Documentation

◆ Ptr

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

Definition at line 21 of file ReactionType.h.

Constructor & Destructor Documentation

◆ ReactionType()

TgBot::ReactionType::ReactionType ( )
inline

Definition at line 23 of file ReactionType.h.

◆ ~ReactionType()

virtual TgBot::ReactionType::~ReactionType ( )
inlinevirtual

Definition at line 25 of file ReactionType.h.

Member Data Documentation

◆ type

std::string TgBot::ReactionType::type

Type of the reaction.

Definition at line 30 of file ReactionType.h.


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