Concord - C Discord API library
A Discord API wrapper library written in C
stage_instance.h File Reference

Stage Instance public functions and datatypes. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

CCORDcode discord_create_stage_instance (struct discord *client, struct discord_create_stage_instance *params, struct discord_ret_stage_instance *ret)
 Creates a new Stage Instance associated to a Stage channel. More...
 
CCORDcode discord_get_stage_instance (struct discord *client, u64snowflake channel_id, struct discord_ret_stage_instance *ret)
 Gets the stage instance associated with the Stage channel, if it exists. More...
 
CCORDcode discord_modify_stage_instance (struct discord *client, u64snowflake channel_id, struct discord_modify_stage_instance *params, struct discord_ret_stage_instance *ret)
 Updates fields of an existing Stage instance. More...
 
CCORDcode discord_delete_stage_instance (struct discord *client, u64snowflake channel_id, struct discord_ret *ret)
 Deletes the Stage instance. More...
 

Detailed Description

Stage Instance public functions and datatypes.

Author
Cogmasters