Telebot 9.4
Library for Telegram bot API
Loading...
Searching...
No Matches
Public Attributes | List of all members
telebot_reaction_type Struct Reference

This object represents a reaction type. More...

#include <telebot-types.h>

Public Attributes

char * type
 
char * emoji
 
char * custom_emoji_id
 

Detailed Description

This object represents a reaction type.

Member Data Documentation

◆ custom_emoji_id

char* telebot_reaction_type::custom_emoji_id

Optional. Custom emoji identifier.

◆ emoji

char* telebot_reaction_type::emoji

Optional. Reaction emoji.

◆ type

char* telebot_reaction_type::type

Type of the reaction, currently can be "emoji" or "custom_emoji"


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