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

The reaction is based on an emoji. More...

#include <ReactionTypeEmoji.h>

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

Public Types

typedef std::shared_ptr< ReactionTypeEmojiPtr
Public Types inherited from TgBot::ReactionType
typedef std::shared_ptr< ReactionTypePtr

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

Detailed Description

The reaction is based on an emoji.

Definition at line 16 of file ReactionTypeEmoji.h.

Member Typedef Documentation

◆ Ptr

Definition at line 21 of file ReactionTypeEmoji.h.

Constructor & Destructor Documentation

◆ ReactionTypeEmoji()

TgBot::ReactionTypeEmoji::ReactionTypeEmoji ( )
inline

Definition at line 23 of file ReactionTypeEmoji.h.

Member Data Documentation

◆ emoji

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.

◆ TYPE

const std::string TgBot::ReactionTypeEmoji::TYPE
static

Definition at line 19 of file ReactionTypeEmoji.h.


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