DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
Loading...
Searching...
No Matches
ReactionEntities.hpp File Reference
Include dependency graph for ReactionEntities.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes and Structures

struct  DiscordCoreAPI::CreateGuildEmojiData
 For creating a new Guild Emoji. More...
 
struct  DiscordCoreAPI::CreateReactionData
 For creating a single ReactionData. More...
 
struct  DiscordCoreAPI::DeleteAllReactionsData
 For deleting all of the Reactions on a particular MessageData. More...
 
struct  DiscordCoreAPI::DeleteGuildEmojiData
 For deleting a Guild Emoji. More...
 
struct  DiscordCoreAPI::DeleteOwnReactionData
 For deleting one's own ReactionData. More...
 
struct  DiscordCoreAPI::DeleteReactionsByEmojiData
 For deleting all of the Reactions of a particular Emoji. More...
 
struct  DiscordCoreAPI::DeleteUserReactionData
 For deleting a reaction, by UserData. More...
 
struct  DiscordCoreAPI::GetEmojiListData
 For collecting a list of Emoji from a Guild. More...
 
struct  DiscordCoreAPI::GetGuildEmojiData
 For collecting a single Guild Emoji. More...
 
struct  DiscordCoreAPI::GetReactionsData
 For getting all of the Reactions. More...
 
struct  DiscordCoreAPI::ModifyGuildEmojiData
 For modifying a Guild Emoji. More...
 
class  DiscordCoreAPI::Reactions
 An interface class for the ReactionData related Discord endpoints. More...