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

This object represents reaction changes on a message with anonymous reactions. More...

#include <telebot-types.h>

Public Attributes

struct telebot_chatchat
 
int message_id
 
long date
 
struct telebot_reaction_countreactions
 
int count_reactions
 

Detailed Description

This object represents reaction changes on a message with anonymous reactions.

Member Data Documentation

◆ chat

struct telebot_chat* telebot_message_reaction_count_updated::chat

The chat where the reactions were changed

◆ date

long telebot_message_reaction_count_updated::date

Date of the change in Unix time

◆ message_id

int telebot_message_reaction_count_updated::message_id

Unique identifier of the message inside the chat

◆ reactions

struct telebot_reaction_count* telebot_message_reaction_count_updated::reactions

List of reactions that are present on the message


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