DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
Loading...
Searching...
No Matches
discord_core_api::reaction_data Class Reference

/// data structure representing a single reaction. More...

#include <FoundationEntities.hpp>

Public Data Members

snowflake channelId {}
 The id of the channel_data where it was placed.
 
uint64_t count {}
 The number of times this particular emoji was placed as a reaction to the given message_data.
 
emoji_data emoji {}
 The emoji that was placed as a reaction.
 
snowflake guildId {}
 The id of the guild where it was placed.
 
bool me {}
 Whether or not i (the bot) placed it.
 
guild_member_data member {}
 The guild_member_data who placed the reaction.
 
snowflake messageId {}
 The id of the message upon which it was placed.
 
snowflake userId {}
 The id of the user_data who placed the reaction.
 

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