Skip to content

GuildStageVoiceChannel

Represents the implementation of a Discord Stage channel.

Properties

id

GuildStageVoiceChannel.id  :: string

This property was inherited from Objects.BaseGuildVoiceChannel

guildId

GuildStageVoiceChannel.guildId  :: string

This property was inherited from Objects.BaseGuildVoiceChannel

voiceConnection

GuildStageVoiceChannel.voiceConnection  :: Network.DiscordVoiceConnection?

This property was inherited from Objects.BaseGuildVoiceChannel

bitrate

GuildStageVoiceChannel.bitrate  :: number

This property was inherited from Objects.BaseGuildVoiceChannel

userLimit

GuildStageVoiceChannel.userLimit  :: number

This property was inherited from Objects.BaseGuildVoiceChannel

rtcRegion

GuildStageVoiceChannel.rtcRegion  :: string

This property was inherited from Objects.BaseGuildVoiceChannel

videoQualityMode

GuildStageVoiceChannel.videoQualityMode  :: number

This property was inherited from Objects.BaseGuildVoiceChannel

Methods

connectAsync

GuildStageVoiceChannel : connectAsync ()  -> Vendor.Future<boolean>

Connects to the voice channel asynchronously.

This function was inherited from Objects.BaseGuildVoiceChannel

disconnectAsync

GuildStageVoiceChannel : disconnectAsync ()  -> Vendor.Future<unknown>

Disconnects from the voice channel asynchronously.

This function was inherited from Objects.BaseGuildVoiceChannel

Functions

The GuildStageVoiceChannel instance has no set functions!