#include <dpp/channel.h>#include <dpp/cache.h>#include <dpp/guild.h>#include <dpp/user.h>#include <dpp/role.h>#include <dpp/discordevents.h>#include <dpp/stringops.h>#include <dpp/json.h>
Namespaces | |
| dpp | |
| The main namespace for D++ functions. | |
Enumerations | |
| enum | dpp::discord_channel_flags { dpp::dc_pinned_thread = 1 << 1, dpp::dc_require_tag = 1 << 4, dpp::dc_hide_media_download_options = 1 << 15 } |
Functions | |
| void | dpp::to_json (nlohmann::json &j, const permission_overwrite &po) |
| Serialize a permission_overwrite object to json. More... | |
Variables | |
| const uint16_t | dpp::DEFAULT_FORUM_LAYOUT_MASK = 0b0000011000000000 |