GuildStageVoiceChannel
- class GuildStageVoiceChannel()
A stage channel designed for voice events with speakers and an audience.
exported from
lib.weeble.d- Extends:
Properties
- GuildStageVoiceChannel.topic
type: readonly string | null | undefined
The stage topic, or
nullif not set.
- GuildStageVoiceChannel.type
type: readonly 13
The type of this channel — use this to narrow to the correct subclass.
Methods
-
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[]>