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

For modifying a Guild Emoji. More...

#include <ReactionEntities.hpp>

Public Data Members

Snowflake emojiId {}
 The id of the Emoji to modify.
 
Snowflake guildId {}
 The Guild within which to modify the Emoji.
 
std::string name {}
 Name of the Emoji.
 
std::string reason {}
 Reason for modifying the Emoji.
 
std::vector< Snowflake > roles {}
 Roles that can use this Emoji.
 

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