|
tgbot-cpp
|
A custom emoji. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<RichTextCustomEmoji> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the rich text, always “custom_emoji” | |
| std::string | customEmojiId { } |
| Unique identifier of the custom emoji. Use getCustomEmojiStickers to get full information about the sticker. | |
| std::string | alternativeText { } |
| Alternative emoji for the custom emoji. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
| using TgBot::RichTextCustomEmoji::Ptr = std::shared_ptr<RichTextCustomEmoji> |
| std::string TgBot::RichTextCustomEmoji::alternativeText { } |
| std::string TgBot::RichTextCustomEmoji::customEmojiId { } |
|
static |
| std::string TgBot::RichTextCustomEmoji::type { TYPE } |