Internal event handler for GUILD_BAN_REMOVE websocket events. More...
#include "event.h"
Public Member Functions | |
virtual void | handle (class dpp::discord_client *client, nlohmann::json &j, const std::string &raw) |
Handle event. More... | |
Internal event handler for GUILD_BAN_REMOVE websocket events.
Called for each websocket message of this type.
|
virtual |
Handle event.
client | Websocket client (current shard) |
j | JSON data for the event |
raw | Raw JSON string |
Implements dpp::events::event.