Concord - C Discord API library
A Discord API wrapper library written in C
|
Stage Instance public functions and datatypes. More...
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... | |
Stage Instance public functions and datatypes.