#include <dpp/export.h>#include <unordered_map>#include <dpp/json_fwd.h>#include <dpp/json_interface.h>

Classes | |
| class | dpp::voiceregion |
| Represents a voice region on discord. More... | |
Namespaces | |
| dpp | |
| The main namespace for D++ functions. | |
Typedefs | |
| typedef std::unordered_map< std::string, voiceregion > | dpp::voiceregion_map |
| A group of voice regions. More... | |
Enumerations | |
| enum | dpp::voiceregion_flags { dpp::v_optimal = 0x00000001, dpp::v_deprecated = 0x00000010, dpp::v_custom = 0x00000100 } |
| Flags related to a voice region. More... | |