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

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< Chatchat { }
 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.

Detailed Description

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

Definition at line 9859 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 9860 of file Types.h.

Member Data Documentation

◆ chat

std::shared_ptr<Chat> TgBot::MessageReactionCountUpdated::chat { }

The chat containing the message.

Definition at line 9865 of file Types.h.

◆ date

std::int32_t TgBot::MessageReactionCountUpdated::date { }

Date of the change in Unix time.

Definition at line 9875 of file Types.h.

◆ messageId

std::int32_t TgBot::MessageReactionCountUpdated::messageId { }

Unique message identifier inside the chat.

Definition at line 9870 of file Types.h.

◆ reactions

std::vector<std::shared_ptr<ReactionCount> > TgBot::MessageReactionCountUpdated::reactions { }

List of reactions that are present on the message.

Definition at line 9880 of file Types.h.


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