Skip to content

GuildVoiceChannel

Represents the implementation of a Discord Voice channel.

Properties

id

GuildVoiceChannel.id  :: string

This property was inherited from Objects.BaseGuildVoiceChannel

guildId

GuildVoiceChannel.guildId  :: string

This property was inherited from Objects.BaseGuildVoiceChannel

voiceConnection

GuildVoiceChannel.voiceConnection  :: Network.DiscordVoiceConnection?

This property was inherited from Objects.BaseGuildVoiceChannel

bitrate

GuildVoiceChannel.bitrate  :: number

This property was inherited from Objects.BaseGuildVoiceChannel

userLimit

GuildVoiceChannel.userLimit  :: number

This property was inherited from Objects.BaseGuildVoiceChannel

rtcRegion

GuildVoiceChannel.rtcRegion  :: string

This property was inherited from Objects.BaseGuildVoiceChannel

videoQualityMode

GuildVoiceChannel.videoQualityMode  :: number

This property was inherited from Objects.BaseGuildVoiceChannel

Methods

connectAsync

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

Connects to the voice channel asynchronously.

This function was inherited from Objects.BaseGuildVoiceChannel

disconnectAsync

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

Disconnects from the voice channel asynchronously.

This function was inherited from Objects.BaseGuildVoiceChannel

Functions

The GuildVoiceChannel instance has no set functions!