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