DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
An interface class for the stage_instance_data related discord endpoints. More...
#include <StageInstanceEntities.hpp>
Static Public Member Functions | |
static co_routine< stage_instance_data > | createStageInstanceAsync (const create_stage_instance_data dataPackage) |
Creates a stage_instance_data. More... | |
static co_routine< void > | deleteStageInstanceAsync (const delete_stage_instance_data dataPackage) |
Deletes a stage_instance_data. More... | |
static co_routine< stage_instance_data > | getStageInstanceAsync (const get_stage_instance_data dataPackage) |
Collects a stage_instance_data. More... | |
static co_routine< stage_instance_data > | modifyStageInstanceAsync (const modify_stage_instance_data dataPackage) |
Modifies a stage_instance_data. More... | |
|
static |
dataPackage | a create_stage_instance_data structure. |
Definition at line 57 of file StageInstanceEntities.cpp.
|
static |
dataPackage | a delete_stage_instance_data structure. |
Definition at line 98 of file StageInstanceEntities.cpp.
|
static |
dataPackage | a get_stage_instance_data structure. |
Definition at line 72 of file StageInstanceEntities.cpp.
|
static |
dataPackage | a modify_stage_instance_data structure. |
Definition at line 83 of file StageInstanceEntities.cpp.