DiscordStageInstance

data class DiscordStageInstance(val id: Snowflake, val guildId: Snowflake, val channelId: Snowflake, val topic: String, val privacyLevel: StageInstancePrivacyLevel, val discoverableDisabled: Boolean, val guildScheduledEventId: Snowflake?)(source)

A Stage Instance holds information about a live stage.

Constructors

Link copied to clipboard
constructor(id: Snowflake, guildId: Snowflake, channelId: Snowflake, topic: String, privacyLevel: StageInstancePrivacyLevel, discoverableDisabled: Boolean, guildScheduledEventId: Snowflake?)

Properties

Link copied to clipboard
@SerialName(value = "channel_id")
val channelId: Snowflake

The id of the associated Stage channel.

Link copied to clipboard
@SerialName(value = "discoverable_disabled")
val discoverableDisabled: Boolean

Whether or not Stage Discovery is disabled.

Link copied to clipboard
@SerialName(value = "guild_id")
val guildId: Snowflake

The guild id of the associated Stage channel.

Link copied to clipboard
@SerialName(value = "guild_scheduled_event_id")
val guildScheduledEventId: Snowflake?

The id of the scheduled event for this Stage instance.

Link copied to clipboard

The id of this Stage instance.

Link copied to clipboard
@SerialName(value = "privacy_level")
val privacyLevel: StageInstancePrivacyLevel

The privacy level of the Stage instance.

Link copied to clipboard

The topic of the Stage instance.