DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
#include <discordcoreapi/Utilities/AudioDecoder.hpp>
#include <discordcoreapi/FoundationEntities.hpp>
#include <discordcoreapi/Utilities/EventEntities.hpp>
#include <discordcoreapi/Utilities/TCPConnection.hpp>
#include <discordcoreapi/Utilities/Etf.hpp>
#include <thread>
Go to the source code of this file.
Classes and Structures | |
class | discord_core_api::discord_core_internal::websocket_client |
A websocket client, for communication via a tcp-connection. More... | |
class | discord_core_api::discord_core_internal::websocket_close |
Websocket close codes. More... | |
Namespaces | |
namespace | discord_core_api |
The main namespace for the forward-facing interfaces. | |
Enumerations | |
enum class | discord_core_api::discord_core_internal::websocket_op_codes { dispatch = 0 , heartbeat = 1 , identify = 2 , Presence_Update = 3 , Voice_State_Update = 4 , resume = 6 , reconnect = 7 , Request_Guild_Members = 8 , Invalid_Session = 9 , hello = 10 , Heartbeat_ACK = 11 } |
For the opcodes that could be sent/received via discord's websockets. More... | |
|
strong |
Definition at line 122 of file WebSocketClient.hpp.