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

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

#include <ReactionEntities.hpp>

Public Data Members

Snowflake channelId {}
 The Channel from which to remove the Reaction.
 
Snowflake emojiId {}
 The id of which emoji to remove.
 
std::string emojiName {}
 The name of which emoji to remove.
 
Snowflake messageId {}
 The Message from which to remove the Reaction.
 
Snowflake userId {}
 The User id for whom to remove their emoji.
 

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