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

This object represents a change of a reaction on a message performed by a user. More...

#include <telebot-types.h>

Public Attributes

struct telebot_chatchat
 
int message_id
 
struct telebot_useruser
 
struct telebot_chatactor_chat
 
long date
 
struct telebot_reaction_typeold_reaction
 
int count_old_reaction
 
struct telebot_reaction_typenew_reaction
 
int count_new_reaction
 

Detailed Description

This object represents a change of a reaction on a message performed by a user.

Member Data Documentation

◆ actor_chat

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

◆ chat

struct telebot_chat* telebot_message_reaction_updated::chat

The chat where the reaction was changed

◆ date

long telebot_message_reaction_updated::date

Date of the change in Unix time

◆ message_id

int telebot_message_reaction_updated::message_id

Unique identifier of the message inside the chat

◆ new_reaction

struct telebot_reaction_type* telebot_message_reaction_updated::new_reaction

List of reaction types that are set by the user

◆ old_reaction

struct telebot_reaction_type* telebot_message_reaction_updated::old_reaction

List of reaction types that were set by the user

◆ 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


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