D++ (DPP)
C++ Discord API Bot Library
|
Create guild. More...
#include <dispatcher.h>
Public Member Functions | |
guild_create_t (class discord_client *client, const std::string &raw) | |
Public Attributes | |
guild * | created |
std::string | raw_event |
class discord_client * | from |
Create guild.
dpp::guild_create_t::guild_create_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_create_t::created |
|
inherited |
Shard the event came from
|
inherited |
Raw event text