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

For creating a single reaction_data. More...

#include <ReactionEntities.hpp>

Public Data Members

snowflake channelId {}
 The channel_data for which to add the reaction_data.
 
snowflake emojiId {}
 The emoji id of the reaction_data to add.
 
jsonifier::string emojiName {}
 The emoji name of the reaction_data to add.
 
snowflake messageId {}
 The message on which to add the reaction_data.
 

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