![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
For creating a new Guild Emoji. More...
#include <ReactionEntities.hpp>
Public Data Members | |
Snowflake | guildId {} |
The Guild within which to create the Emoji. | |
std::string | imageFilePath {} |
The image responseData. | |
std::string | name {} |
Name of the emoji. | |
std::string | reason {} |
Reason for creating the new Emoji. | |
std::vector< Snowflake > | roles {} |
Roles that can use this Emoji. | |
ImageType | type {} |
The type of image being uploaded. | |