|
tgbot-cpp
|
The reaction is based on an emoji. More...
#include <ReactionTypeEmoji.h>
Public Types | |
| typedef std::shared_ptr< ReactionTypeEmoji > | Ptr |
| Public Types inherited from TgBot::ReactionType | |
| typedef std::shared_ptr< ReactionType > | Ptr |
Public Member Functions | |
| ReactionTypeEmoji () | |
| Public Member Functions inherited from TgBot::ReactionType | |
| ReactionType () | |
| virtual | ~ReactionType () |
Public Attributes | |
| std::string | emoji |
| Reaction emoji. | |
| Public Attributes inherited from TgBot::ReactionType | |
| std::string | type |
| Type of the reaction. | |
Static Public Attributes | |
| static const std::string | TYPE |
The reaction is based on an emoji.
Definition at line 16 of file ReactionTypeEmoji.h.
| typedef std::shared_ptr<ReactionTypeEmoji> TgBot::ReactionTypeEmoji::Ptr |
Definition at line 21 of file ReactionTypeEmoji.h.
|
inline |
Definition at line 23 of file ReactionTypeEmoji.h.
| std::string TgBot::ReactionTypeEmoji::emoji |
Reaction emoji.
Currently, it can be one of "๐", "๐", "โค", "๐ฅ", "๐ฅฐ", "๐", "๐", "๐ค", "๐คฏ", "๐ฑ", "๐คฌ", "๐ข", "๐", "๐คฉ", "๐คฎ", "๐ฉ", "๐", "๐", "๐", "๐คก", "๐ฅฑ", "๐ฅด", "๐", "๐ณ", "โคโ๐ฅ", "๐", "๐ญ", "๐ฏ", "๐คฃ", "โก", "๐", "๐", "๐", "๐คจ", "๐", "๐", "๐พ", "๐", "๐", "๐", "๐ด", "๐ญ", "๐ค", "๐ป", "๐จโ๐ป", "๐", "๐", "๐", "๐", "๐จ", "๐ค", "โ", "๐ค", "๐ซก", "๐ ", "๐", "โ", "๐ ", "๐คช", "๐ฟ", "๐", "๐", "๐", "๐ฆ", "๐", "๐", "๐", "๐", "๐พ", "๐คทโโ", "๐คท", "๐คทโโ", "๐ก"
See https://core.telegram.org/bots/api#reactiontypeemoji
Definition at line 34 of file ReactionTypeEmoji.h.
|
static |
Definition at line 19 of file ReactionTypeEmoji.h.