Packages

c

ackcord.data

StageInstance

case class StageInstance(id: SnowflakeType[StageInstance], guildId: GuildId, channelId: StageGuildChannelId, topic: String, privacyLevel: StageInstancePrivacyLevel, discoverableDisabled: Boolean) extends Product with Serializable

Holds info about a live stage.

id

Id of the stage.

guildId

Id of the belonging guild.

channelId

Id of the stage channel tied to this stage.

topic

Topic of the stage instance.

privacyLevel

Who the stage instance is visible to.

discoverableDisabled

If stage discovery is disabled or not.

Source
stageInstance.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StageInstance
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StageInstance(id: SnowflakeType[StageInstance], guildId: GuildId, channelId: StageGuildChannelId, topic: String, privacyLevel: StageInstancePrivacyLevel, discoverableDisabled: Boolean)

    id

    Id of the stage.

    guildId

    Id of the belonging guild.

    channelId

    Id of the stage channel tied to this stage.

    topic

    Topic of the stage instance.

    privacyLevel

    Who the stage instance is visible to.

    discoverableDisabled

    If stage discovery is disabled or not.

Value Members

  1. val channelId: StageGuildChannelId
  2. val discoverableDisabled: Boolean
  3. val guildId: GuildId
  4. val id: SnowflakeType[StageInstance]
  5. val privacyLevel: StageInstancePrivacyLevel
  6. def productElementNames: Iterator[String]
    Definition Classes
    Product
  7. val topic: String