GuildStageVoiceChannel

class GuildStageVoiceChannel()

A stage channel designed for voice events with speakers and an audience.

exported from lib.weeble.d

Extends:

Properties

GuildStageVoiceChannel.bitrate

type: readonly number | undefined

Audio bitrate in bps.

GuildStageVoiceChannel.topic

type: readonly string | null | undefined

The stage topic, or null if not set.

GuildStageVoiceChannel.type

type: readonly 13

The type of this channel — use this to narrow to the correct subclass.

Methods

async GuildStageVoiceChannel.clearStatus(reason: string) Promise<void>
async GuildStageVoiceChannel.edit(options: GuildStageVoiceChannelEditOptions) Promise<GuildStageVoiceChannel>

Edit stage channel properties.

Parameters:
  • options — – The stage channel properties to update.

Returns:

The updated stage channel.

async GuildStageVoiceChannel.fetchVoiceStates() Promise<VoiceState[]>
async GuildStageVoiceChannel.setStatus(status: string, reason: string) Promise<void>