D++ (DPP)  10.0.30
C++ Discord API Bot Library
stage_instance.h File Reference
#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>
Include dependency graph for stage_instance.h:
This graph shows which files directly or indirectly include this file:

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...