Preview environment

interface RESTPostAPIStageInstanceJSONBody

export interface RESTPostAPIStageInstanceJSONBody

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

channel_id : Snowflake

The id of the stage channel

optional
guild_scheduled_event_id? : Snowflake | undefined

The guild scheduled event associated with this stage instance

optional
privacy_level? : StageInstancePrivacyLevel | undefined = StageInstancePrivacyLevel.GuildOnly

The privacy level of the stage instance

optional
send_start_notification? : boolean | undefined

Notify @everyone that a stage instance has started

topic : string

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