|
Telebot 9.4
Library for Telegram bot API
|
This object represents reaction changes on a message with anonymous reactions. More...
#include <telebot-types.h>
Public Attributes | |
| struct telebot_chat * | chat |
| int | message_id |
| long | date |
| struct telebot_reaction_count * | reactions |
| int | count_reactions |
This object represents reaction changes on a message with anonymous reactions.
| struct telebot_chat* telebot_message_reaction_count_updated::chat |
The chat where the reactions were changed
| long telebot_message_reaction_count_updated::date |
Date of the change in Unix time
| int telebot_message_reaction_count_updated::message_id |
Unique identifier of the message inside the chat
| struct telebot_reaction_count* telebot_message_reaction_count_updated::reactions |
List of reactions that are present on the message