Concord - C Discord API library
A Discord API wrapper library written in C
discord_stage_instance Struct Reference

#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
 

Detailed Description

Field Documentation

◆ id

u64snowflake discord_stage_instance::id

the ID of this stage instance

◆ guild_id

u64snowflake discord_stage_instance::guild_id

the guild ID of the associated stage channel

◆ channel_id

u64snowflake discord_stage_instance::channel_id

the ID of the associated stage channel

◆ topic

char* discord_stage_instance::topic

the topic of the Stage instance (1-120 characters)

◆ privacy_level

enum discord_privacy_level discord_stage_instance::privacy_level

the privacy level of the stage instance

◆ discoverable_disabled

bool discord_stage_instance::discoverable_disabled

whether or not stage discovery is disabled

Deprecated:
deprecated field

The documentation for this struct was generated from the following file: