DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
#include <discordcoreapi/FoundationEntities.hpp>
#include <discordcoreapi/Utilities/WebSocketClient.hpp>
#include <discordcoreapi/Utilities/HttpsClient.hpp>
Go to the source code of this file.
Classes and Structures | |
struct | discord_core_api::add_recipient_to_group_dmdata |
For adding a user to a group dm. More... | |
struct | discord_core_api::get_user_data |
For getting user_data responseData from the library's cache or the discord server. More... | |
struct | discord_core_api::modify_current_user_data |
For modifying the bot's user_data responseData. More... | |
struct | discord_core_api::modify_current_user_voice_state_data |
For updating the bot's current voice state. More... | |
struct | discord_core_api::modify_user_voice_state_data |
For modifying a user's voice state. More... | |
struct | discord_core_api::remove_recipient_from_group_dmdata |
For removing a user from a group dm. More... | |
class | discord_core_api::users |
An interface class for the user_data related discord endpoints. More... | |
Namespaces | |
namespace | discord_core_api |
The main namespace for the forward-facing interfaces. | |