tgbot-cpp
Loading...
Searching...
No Matches
TgBot::MessageReactionCountUpdated Class Reference

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

#include <MessageReactionCountUpdated.h>

Public Types

typedef std::shared_ptr< MessageReactionCountUpdatedPtr
 

Public Attributes

Chat::Ptr chat
 The chat containing the message.
 
std::int32_t messageId
 Unique message identifier inside the chat.
 
std::uint32_t date
 Date of the change in Unix time.
 
std::vector< ReactionCount::Ptrreactions
 List of reactions that are present on the message.
 

Detailed Description

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

Definition at line 18 of file MessageReactionCountUpdated.h.

Member Typedef Documentation

◆ Ptr

Member Data Documentation

◆ chat

Chat::Ptr TgBot::MessageReactionCountUpdated::chat

The chat containing the message.

Definition at line 26 of file MessageReactionCountUpdated.h.

◆ date

std::uint32_t TgBot::MessageReactionCountUpdated::date

Date of the change in Unix time.

Definition at line 36 of file MessageReactionCountUpdated.h.

◆ messageId

std::int32_t TgBot::MessageReactionCountUpdated::messageId

Unique message identifier inside the chat.

Definition at line 31 of file MessageReactionCountUpdated.h.

◆ reactions

std::vector<ReactionCount::Ptr> TgBot::MessageReactionCountUpdated::reactions

List of reactions that are present on the message.

Definition at line 41 of file MessageReactionCountUpdated.h.


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