DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
Loading...
Searching...
No Matches
discord_core_api::stage_instances Class Reference

An interface class for the stage_instance_data related discord endpoints. More...

#include <StageInstanceEntities.hpp>

Static Public Member Functions

static co_routine< stage_instance_datacreateStageInstanceAsync (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_datagetStageInstanceAsync (const get_stage_instance_data dataPackage)
 Collects a stage_instance_data. More...
 
static co_routine< stage_instance_datamodifyStageInstanceAsync (const modify_stage_instance_data dataPackage)
 Modifies a stage_instance_data. More...
 

Member Function Documentation

◆ createStageInstanceAsync()

co_routine< stage_instance_data > discord_core_api::stage_instances::createStageInstanceAsync ( const create_stage_instance_data  dataPackage)
static
Parameters
dataPackagea create_stage_instance_data structure.
Returns
a co_routine containing a stage_instance_data.

Definition at line 57 of file StageInstanceEntities.cpp.

◆ deleteStageInstanceAsync()

co_routine< void > discord_core_api::stage_instances::deleteStageInstanceAsync ( const delete_stage_instance_data  dataPackage)
static
Parameters
dataPackagea delete_stage_instance_data structure.
Returns
a co_routine containing void.

Definition at line 98 of file StageInstanceEntities.cpp.

◆ getStageInstanceAsync()

co_routine< stage_instance_data > discord_core_api::stage_instances::getStageInstanceAsync ( const get_stage_instance_data  dataPackage)
static
Parameters
dataPackagea get_stage_instance_data structure.
Returns
a co_routine containing a stage_instance_data.

Definition at line 72 of file StageInstanceEntities.cpp.

◆ modifyStageInstanceAsync()

co_routine< stage_instance_data > discord_core_api::stage_instances::modifyStageInstanceAsync ( const modify_stage_instance_data  dataPackage)
static
Parameters
dataPackagea modify_stage_instance_data structure.
Returns
a co_routine containing a stage_instance_data.

Definition at line 83 of file StageInstanceEntities.cpp.


The documentation for this class was generated from the following files: