tgbot-cpp
|
This object represents reaction changes on a message with anonymous reactions. More...
#include <MessageReactionCountUpdated.h>
Public Types | |
typedef std::shared_ptr< MessageReactionCountUpdated > | Ptr |
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::Ptr > | reactions |
List of reactions that are present on the message. | |
This object represents reaction changes on a message with anonymous reactions.
Definition at line 18 of file MessageReactionCountUpdated.h.
typedef std::shared_ptr<MessageReactionCountUpdated> TgBot::MessageReactionCountUpdated::Ptr |
Definition at line 21 of file MessageReactionCountUpdated.h.
Chat::Ptr TgBot::MessageReactionCountUpdated::chat |
The chat containing the message.
Definition at line 26 of file MessageReactionCountUpdated.h.
std::uint32_t TgBot::MessageReactionCountUpdated::date |
Date of the change in Unix time.
Definition at line 36 of file MessageReactionCountUpdated.h.
std::int32_t TgBot::MessageReactionCountUpdated::messageId |
Unique message identifier inside the chat.
Definition at line 31 of file MessageReactionCountUpdated.h.
std::vector<ReactionCount::Ptr> TgBot::MessageReactionCountUpdated::reactions |
List of reactions that are present on the message.
Definition at line 41 of file MessageReactionCountUpdated.h.