Concord - C Discord API library
A Discord API wrapper library written in C
|
#include <stage_instance.h>
Data Fields | |
u64snowflake | id |
u64snowflake | guild_id |
u64snowflake | channel_id |
char * | topic |
enum discord_privacy_level | privacy_level |
bool | discoverable_disabled |
Public methods
discord_stage_instance_from_json(const char json[], size_t len, struct discord_stage_instance *this)
discord_stage_instance_from_jsmnf(jsmnf *root, const char json[], struct discord_stage_instance *this)
u64snowflake discord_stage_instance::id |
the ID of this stage instance
u64snowflake discord_stage_instance::guild_id |
the guild ID of the associated stage channel
u64snowflake discord_stage_instance::channel_id |
the ID of the associated stage channel
char* discord_stage_instance::topic |
the topic of the Stage instance (1-120 characters)
enum discord_privacy_level discord_stage_instance::privacy_level |
the privacy level of the stage instance
bool discord_stage_instance::discoverable_disabled |
whether or not stage discovery is disabled