Class StageInstance

Represents a stage instance.

Hierarchy

Constructors

Properties

_cachedChannel?: any
_cachedGuild?: any
_cachedScheduledEvent?: any
channelID: string

The ID of the associated stage channel.

discoverableDisabled: boolean

Deprecated

If the stage channel is discoverable

guildID: string

The id of the guild associated with this stage instance's stage channel.

id: string

The privacy level of this stage instance.

scheduledEventID: null | string

The id of the scheduled event for this stage instance, if applicable.

topic: string

The topic of this stage instance.

Accessors

  • get channel(): undefined | StageChannel
  • The associated stage channel.

    Returns undefined | StageChannel

  • get createdAt(): Date
  • Returns Date

  • get guild(): Guild
  • The guild of the associated stage channel. This will throw an error if the guild is not cached.

    Returns Guild

  • get scheduledEvent(): undefined | null | GuildScheduledEvent
  • The scheduled event for this stage instance, if applicable.

    Returns undefined | null | GuildScheduledEvent

Methods

  • Returns string

  • Parameters

    Returns void

  • Parameters

    • Optional timestamp: number | Date

    Returns string

  • Parameters

    • id: string

    Returns Date

  • Parameters

    • id: string

    Returns number

Generated using TypeDoc