#include <dpp/export.h>
#include <dpp/snowflake.h>
#include <dpp/misc-enum.h>
#include <dpp/managed.h>
#include <dpp/json_fwd.h>
#include <dpp/user.h>
#include <dpp/guild.h>
#include <dpp/channel.h>
#include <unordered_map>
#include <dpp/json_interface.h>
Classes | |
class | dpp::webhook |
Represents a discord webhook. More... | |
Namespaces | |
dpp | |
The main namespace for D++ functions. | |
Typedefs | |
typedef std::unordered_map< snowflake, webhook > | dpp::webhook_map |
A group of webhooks. More... | |
Enumerations | |
enum | dpp::webhook_type { dpp::w_incoming = 1, dpp::w_channel_follower = 2, dpp::w_application = 3 } |
Defines types of webhook. More... | |