interface JoinVoiceChannelOptions

export interface JoinVoiceChannelOptions

The options that can be given when joining a voice channel.

channelId : string

The id of the Discord voice channel to join.

optional
group? : string

An optional group identifier for the voice connection.

guildId : string

The id of the guild that the voice channel belongs to.

optional
selfDeaf? : boolean

Whether to join the channel deafened (defaults to true)

optional
selfMute? : boolean

Whether to join the channel muted (defaults to true)