![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
For removing a Role from a GuildMember. More...
#include <RoleEntities.hpp>
Public Data Members | |
Snowflake | guildId {} |
The id of the Guild within which to remove the Role. | |
std::string | reason {} |
Reason for removing the GuildMember's Role. | |
Snowflake | roleId {} |
The id of the Role to be removed. | |
Snowflake | userId {} |
The id of the User from whom to remove the Role. | |