#include <dpp/export.h>
#include <dpp/snowflake.h>
#include <dpp/managed.h>
#include <dpp/json_fwd.h>
#include <unordered_map>
#include <dpp/json_interface.h>
Classes | |
struct | dpp::stage_instance |
A stage instance. More... | |
Namespaces | |
dpp | |
The main namespace for D++ functions. | |
Typedefs | |
typedef std::unordered_map< snowflake, stage_instance > | dpp::stage_instance_map |
A group of stage instances. More... | |
Enumerations | |
enum | dpp::stage_privacy_level : uint8_t { dpp::sp_public = 1, dpp::sp_guild_only = 2 } |
Represents the privacy of a stage instance. More... | |