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

For deleting a reaction, by user_data. More...

#include <ReactionEntities.hpp>

Public Data Members

snowflake channelId {}
 The channel_data from which to remove the reaction_data.
 
snowflake emojiId {}
 The id of which emoji to remove.
 
jsonifier::string emojiName {}
 The name of which emoji to remove.
 
snowflake messageId {}
 The message from which to remove the reaction_data.
 
snowflake userId {}
 The user_data id for whom to remove their emoji.
 

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