#include <dpp/cache.h>#include <dpp/discordclient.h>#include <dpp/voicestate.h>#include <dpp/exception.h>#include <dpp/guild.h>#include <dpp/discordevents.h>#include <dpp/stringops.h>#include <dpp/json.h>
Namespaces | |
| dpp | |
| The main namespace for D++ functions. | |
Functions | |
| guild_member DPP_EXPORT | dpp::find_guild_member (const snowflake guild_id, const snowflake user_id) |
| Get the guild_member from cache of given IDs. More... | |
| void | dpp::from_json (const nlohmann::json &j, guild_member &gm) |
| helper function to deserialize a guild_member from json More... | |
Variables | |
| const std::map< std::string, std::variant< dpp::guild_flags, dpp::guild_flags_extra > > | dpp::featuremap |
| std::map< uint16_t, dpp::guild_member_flags > | dpp::membermap |