1#ifndef TGBOT_MESSAGEREACTIONCOUNTUPDATED_H
2#define TGBOT_MESSAGEREACTIONCOUNTUPDATED_H
21 typedef std::shared_ptr<MessageReactionCountUpdated>
Ptr;
std::shared_ptr< Chat > Ptr
This object represents reaction changes on a message with anonymous reactions.
std::int32_t messageId
Unique message identifier inside the chat.
std::uint32_t date
Date of the change in Unix time.
Chat::Ptr chat
The chat containing the message.
std::vector< ReactionCount::Ptr > reactions
List of reactions that are present on the message.
std::shared_ptr< MessageReactionCountUpdated > Ptr