#include <dpp/user.h>
#include <dpp/discordevents.h>
#include <dpp/json.h>
#include <dpp/stringops.h>
Namespaces | |
dpp | |
The main namespace for D++ functions. | |
Functions | |
void | dpp::from_json (const nlohmann::json &j, user &u) |
helper function to deserialize a user from json More... | |
void | dpp::from_json (const nlohmann::json &j, user_identified &u) |
helper function to deserialize a user_identified from json More... | |
Variables | |
std::map< uint32_t, dpp::user_flags > | dpp::usermap |