D++ (DPP)
C++ Discord API Bot Library
|
Delete guild. More...
#include <dispatcher.h>
Public Member Functions | |
guild_delete_t (class discord_client *client, const std::string &raw) | |
Public Attributes | |
guild * | deleted |
std::string | raw_event |
class discord_client * | from |
Delete guild.
dpp::guild_delete_t::guild_delete_t | ( | class discord_client * | client, |
const std::string & | raw | ||
) |
Constructor
client | The shard the event originated on |
raw | Raw event text as JSON |
guild* dpp::guild_delete_t::deleted |
Deleted guild
|
inherited |
Shard the event came from
|
inherited |
Raw event text