![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
#include <discordcoreapi/FoundationEntities.hpp>
#include <discordcoreapi/AudioDecoder.hpp>
#include <discordcoreapi/CommandController.hpp>
#include <discordcoreapi/ErlParser.hpp>
#include <discordcoreapi/EventEntities.hpp>
#include <discordcoreapi/SSLClients.hpp>
#include <discordcoreapi/ThreadPool.hpp>
Go to the source code of this file.
Enumerations | |
enum class | DiscordCoreInternal::WebSocketOpCodes { 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 49 of file WebSocketEntities.hpp.