Class StageInstance

Hierarchy

Constructors

Properties

channelId: string
client: Client<true>
discoverableDisabled: null | boolean

Deprecated

See https://github.com/discord/discord-api-docs/pull/4296 for more information

guildId: string
guildScheduledEventId?: string
id: string
topic: string

Accessors

  • get channel(): null | StageChannel
  • Returns null | StageChannel

  • get createdAt(): Date
  • Returns Date

  • get createdTimestamp(): number
  • Returns number

  • get guild(): null | Guild
  • Returns null | Guild

Methods

  • Parameters

    • topic: string

    Returns Promise<StageInstance>

  • Parameters

    • Rest ...props: Record<string, string | boolean>[]

    Returns unknown

  • Returns string

Generated using TypeDoc