interface RESTPostAPIStageInstanceJSONBody

external
export interface RESTPostAPIStageInstanceJSONBody

See also: https://discord.com/developers/docs/resources/stage-instance#create-stage-instance

external
channel_id : Snowflake

The id of the stage channel

optionalexternal
guild_scheduled_event_id? : Snowflake | undefined

The guild scheduled event associated with this stage instance

optionalexternal
privacy_level? : StageInstancePrivacyLevel | undefined = StageInstancePrivacyLevel.GuildOnly

The privacy level of the stage instance

optionalexternal
send_start_notification? : boolean | undefined

Notify @everyone that a stage instance has started

external
topic : string

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