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

For deleting all of the reactions of a particular emoji. More...

#include <ReactionEntities.hpp>

Public Data Members

snowflake channelId {}
 The channel_data from which you would like to remove the emoji.
 
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 you would like to remove the emoji.
 

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