D++ (DPP)  10.0.30
C++ Discord API Bot Library
webhook.h File Reference
#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>
Include dependency graph for webhook.h:
This graph shows which files directly or indirectly include this file:

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...