Skip to main content

CreateStageInstance

Documentation


Documentation / @discordeno/types / CreateStageInstance

Interface: CreateStageInstance

Defined in: discordeno/stageInstance.ts:7

https://docs.discord.com/developers/resources/stage-instance#create-stage-instance-json-params

Properties

channelId

channelId: BigString

Defined in: discordeno/stageInstance.ts:9

The id of the Stage channel


guildScheduledEventId?

optional guildScheduledEventId?: BigString

Defined in: discordeno/stageInstance.ts:17

The guild scheduled event associated with this Stage instance


privacyLevel?

optional privacyLevel?: DiscordStageInstancePrivacyLevel

Defined in: discordeno/stageInstance.ts:13

The privacy level of the Stage instance


sendStartNotification?

optional sendStartNotification?: boolean

Defined in: discordeno/stageInstance.ts:15

Notify @everyone that the stage instance has started. Requires the MENTION_EVERYONE permission.


topic

topic: string

Defined in: discordeno/stageInstance.ts:11

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