|
tgbot-cpp
|
This object represents reaction changes on a message with anonymous reactions. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<MessageReactionCountUpdated> |
Public Attributes | |
| std::shared_ptr< Chat > | chat { } |
| The chat containing the message. | |
| std::int32_t | messageId { } |
| Unique message identifier inside the chat. | |
| std::int32_t | date { } |
| Date of the change in Unix time. | |
| std::vector< std::shared_ptr< ReactionCount > > | reactions { } |
| List of reactions that are present on the message. | |
This object represents reaction changes on a message with anonymous reactions.
| using TgBot::MessageReactionCountUpdated::Ptr = std::shared_ptr<MessageReactionCountUpdated> |
| std::shared_ptr<Chat> TgBot::MessageReactionCountUpdated::chat { } |
| std::int32_t TgBot::MessageReactionCountUpdated::date { } |
| std::int32_t TgBot::MessageReactionCountUpdated::messageId { } |
| std::vector<std::shared_ptr<ReactionCount> > TgBot::MessageReactionCountUpdated::reactions { } |