|
Telebot 9.4
Library for Telegram bot API
|
This object represents a reaction type. More...
#include <telebot-types.h>
Public Attributes | |
| char * | type |
| char * | emoji |
| char * | custom_emoji_id |
This object represents a reaction type.
| char* telebot_reaction_type::custom_emoji_id |
Optional. Custom emoji identifier.
| char* telebot_reaction_type::emoji |
Optional. Reaction emoji.
| char* telebot_reaction_type::type |
Type of the reaction, currently can be "emoji" or "custom_emoji"