DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
#include <discordcoreapi/Utilities/UDPConnection.hpp>
#include <discordcoreapi/Utilities/AudioEncoder.hpp>
#include <discordcoreapi/Utilities/AudioDecoder.hpp>
#include <discordcoreapi/Utilities/RingBuffer.hpp>
#include <discordcoreapi/FoundationEntities.hpp>
#include <discordcoreapi/Utilities/WebSocketClient.hpp>
#include <discordcoreapi/CoRoutine.hpp>
#include <sodium.h>
Go to the source code of this file.
Classes and Structures | |
class | discord_core_api::voice_connection |
voice_connection class - represents the connection to a given voice channel_data. More... | |
struct | discord_core_api::voice_user_payload |
The voice data for a given user, as raw PCM data, along with their Id. More... | |
class | discord_core_api::voice_websocket_close |
Voice websocket close codes. More... | |
Namespaces | |
namespace | discord_core_api |
The main namespace for the forward-facing interfaces. | |