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

Go to the source code of this file.

Classes and Structures

struct  discord_core_api::add_guild_member_role_data
 For addin a role_data to a guild_member. More...
 
struct  discord_core_api::create_guild_role_data
 For creating a new role_data within a chosen guild. More...
 
struct  discord_core_api::get_guild_member_roles_data
 For getting a chosen guild_member_data's roles. More...
 
struct  discord_core_api::get_guild_roles_data
 For getting a chosen guild's roles. More...
 
struct  discord_core_api::get_role_data
 For getting a role_data from the library's cache, or the discord server. More...
 
struct  discord_core_api::modify_guild_role_data
 For updating a role_data's options within a chosen guild. More...
 
struct  discord_core_api::modify_guild_role_positions_data
 For updating the role_data positions. More...
 
struct  discord_core_api::remove_guild_member_role_data
 For removing a role_data from a guild_member. More...
 
struct  discord_core_api::remove_guild_role_data
 For removing a role_data from a chosen guild. More...
 
struct  discord_core_api::role_position_data
 For updating the positions of the roles. More...
 
class  discord_core_api::roles
 An interface class for the role_data related discord endpoints. More...
 

Namespaces

namespace  discord_core_api
 The main namespace for the forward-facing interfaces.