![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
Data that is received as part of a Role creation event. More...
#include <EventManager.hpp>
Public Data Members | |
Snowflake | guildId {} |
The id of the Guild within which the Role was created. | |
std::unique_ptr< RoleData > | role { std::make_unique<RoleData>() } |
The new Role. | |