|
tgbot-cpp
|
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 |
This object describes the type of a reaction. Currently, it can be one of ReactionTypeEmoji ReactionTypeCustomEmoji ReactionTypePaid.
| using TgBot::ReactionType::Ptr = std::shared_ptr<ReactionType> |
| std::variant<std::shared_ptr<ReactionTypeEmoji>, std::shared_ptr<ReactionTypeCustomEmoji>, std::shared_ptr<ReactionTypePaid> > TgBot::ReactionType::value |