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

This object describes the type of a reaction. Currently, it can be one of ReactionTypeEmoji ReactionTypeCustomEmoji ReactionTypePaid. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<ReactionType>

Public Attributes

std::variant< std::shared_ptr< ReactionTypeEmoji >, std::shared_ptr< ReactionTypeCustomEmoji >, std::shared_ptr< ReactionTypePaid > > value

Detailed Description

This object describes the type of a reaction. Currently, it can be one of ReactionTypeEmoji ReactionTypeCustomEmoji ReactionTypePaid.

Definition at line 11263 of file Types.h.

Member Typedef Documentation

◆ Ptr

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

Definition at line 11264 of file Types.h.

Member Data Documentation

◆ value

std::variant<std::shared_ptr<ReactionTypeEmoji>, std::shared_ptr<ReactionTypeCustomEmoji>, std::shared_ptr<ReactionTypePaid> > TgBot::ReactionType::value

Definition at line 11268 of file Types.h.


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