DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
#include <discordcoreapi/FoundationEntities.hpp>
#include <discordcoreapi/Utilities/HttpsClient.hpp>
Go to the source code of this file.
Classes and Structures | |
class | discord_core_api::channels |
An interface class for the channel_data related endpoints. More... | |
struct | discord_core_api::create_channel_invite_data |
For creating an invite to a given channel. More... | |
struct | discord_core_api::create_dmchannel_data |
For collecting a direct-messaging channel_data. More... | |
struct | discord_core_api::create_guild_channel_data |
For creating a new channel_data within a chosen guild_data. More... | |
struct | discord_core_api::delete_channel_permission_overwrites_data |
For deleting the permission_types overwrites of a given channel for a given role or user_data. More... | |
struct | discord_core_api::delete_or_close_channel_data |
For deleting or closing a channel. More... | |
struct | discord_core_api::edit_channel_permission_overwrites_data |
For editing the permission_types overwrites of a given channel, for a given role or user_data. More... | |
struct | discord_core_api::follow_news_channel_data |
For following a news channel_data. More... | |
struct | discord_core_api::get_channel_data |
For collecting a channel from discord's servers. More... | |
struct | discord_core_api::get_channel_invites_data |
For collecting the invites to a given channel. More... | |
struct | discord_core_api::get_guild_channels_data |
For acquiring a list of channels from a chosen guild_data. More... | |
struct | discord_core_api::modify_channel_data |
For modifying a channel's properties. More... | |
struct | discord_core_api::modify_guild_channel_position_data |
For modifying the channel_data position responseData of a single channel_data. More... | |
struct | discord_core_api::modify_guild_channel_positions_data |
For modifying the current positions of one or more channels in the guild_data. More... | |
struct | discord_core_api::trigger_typing_indicator_data |
For triggering the typing indicator in a given channel. More... | |
Namespaces | |
namespace | discord_core_api |
The main namespace for the forward-facing interfaces. | |