D++ (DPP)  10.0.30
C++ Discord API Bot Library
voiceregion.h File Reference
#include <dpp/export.h>
#include <unordered_map>
#include <dpp/json_fwd.h>
#include <dpp/json_interface.h>
Include dependency graph for voiceregion.h:
This graph shows which files directly or indirectly include this file:

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