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

Namespaces

 dpp
 The main namespace for D++ functions.
 

Enumerations

enum  dpp::image_type {
  dpp::i_png,
  dpp::i_jpg,
  dpp::i_gif,
  dpp::i_webp
}
 Supported image types for profile pictures and CDN endpoints. More...
 
enum  dpp::loglevel {
  dpp::ll_trace = 0,
  dpp::ll_debug,
  dpp::ll_info,
  dpp::ll_warning,
  dpp::ll_error,
  dpp::ll_critical
}
 Log levels. More...