|
Telebot 9.4
Library for Telegram bot API
|
This object represents a change of a reaction on a message performed by a user. More...
#include <telebot-types.h>
Public Attributes | |
| struct telebot_chat * | chat |
| int | message_id |
| struct telebot_user * | user |
| struct telebot_chat * | actor_chat |
| long | date |
| struct telebot_reaction_type * | old_reaction |
| int | count_old_reaction |
| struct telebot_reaction_type * | new_reaction |
| int | count_new_reaction |
This object represents a change of a reaction on a message performed by a user.
| struct telebot_chat* telebot_message_reaction_updated::actor_chat |
Optional. The chat on behalf of which the reaction was changed, if the reaction was changed on behalf of a chat
| struct telebot_chat* telebot_message_reaction_updated::chat |
The chat where the reaction was changed
| long telebot_message_reaction_updated::date |
Date of the change in Unix time
| int telebot_message_reaction_updated::message_id |
Unique identifier of the message inside the chat
| struct telebot_reaction_type* telebot_message_reaction_updated::new_reaction |
List of reaction types that are set by the user
| struct telebot_reaction_type* telebot_message_reaction_updated::old_reaction |
List of reaction types that were set by the user
| struct telebot_user* telebot_message_reaction_updated::user |
Optional. The user that changed the reaction, if the reaction was changed on behalf of a user