interface APIStageInstance

external
export interface APIStageInstance

https://discord.com/developers/docs/resources/stage-instance#stage-instance-object

external
channel_id : Snowflake

The id of the associated stage channel

external
discoverable_disabled : boolean

Whether or not stage discovery is disabled

external
guild_id : Snowflake

The guild id of the associated stage channel

optionalexternal
guild_scheduled_event_id? : Snowflake

The id of the scheduled event for this stage instance

external
id : Snowflake

The id of the stage instance

external
privacy_level : StageInstancePrivacyLevel

The privacy level of the stage instanceSee https://discord.com/developers/docs/resources/stage-instance#stage-instance-object-privacy-level

external
topic : string

The topic of the stage instance (1-120 characters)