![]() |
D++ (DPP)
C++ Discord API Bot Library
|
Update stage instance. More...
#include <dispatcher.h>
Public Member Functions | |
stage_instance_update_t (class discord_client *client, const std::string &raw) | |
Public Attributes | |
stage_instance | updated |
std::string | raw_event |
class discord_client * | from |
Update stage instance.
dpp::stage_instance_update_t::stage_instance_update_t | ( | class discord_client * | client, |
const std::string & | raw | ||
) |
Constructor
client | The shard the event originated on. CAN BE NULL for log events originating from the cluster object |
raw | Raw event text as JSON |
|
inherited |
Shard the event came from
|
inherited |
Raw event text
stage_instance dpp::stage_instance_update_t::updated |