diff options
Diffstat (limited to 'discord/message.hpp')
-rw-r--r-- | discord/message.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/message.hpp b/discord/message.hpp index af6fb12..5968c99 100644 --- a/discord/message.hpp +++ b/discord/message.hpp @@ -173,7 +173,7 @@ struct Message { std::string EditedTimestamp; // null bool IsTTS; bool DoesMentionEveryone; - std::vector<User> Mentions; // currently discarded in store + std::vector<User> Mentions; // full user accessible // std::vector<Role> MentionRoles; // std::optional<std::vector<ChannelMentionData>> MentionChannels; std::vector<AttachmentData> Attachments; |