![]() |
D++ (DPP)
C++ Discord API Bot Library
|
Create stage instance. More...
#include <dispatcher.h>
Inheritance diagram for dpp::stage_instance_create_t:
Collaboration diagram for dpp::stage_instance_create_t:Public Member Functions | |
| stage_instance_create_t (class discord_client *client, const std::string &raw) | |
Public Attributes | |
| stage_instance | created |
| class discord_client * | from |
| std::string | raw_event |
Create stage instance.
| dpp::stage_instance_create_t::stage_instance_create_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 |
| stage_instance dpp::stage_instance_create_t::created |
|
inherited |
Shard the event came from
|
inherited |
Raw event text