export interface JoinVoiceChannelOptions
The options that can be given when joining a voice channel.
string channelId :
The id of the Discord voice channel to join.
optionalstring group? :
An optional group identifier for the voice connection.
string guildId :
The id of the guild that the voice channel belongs to.
optionalboolean selfDeaf? :
Whether to join the channel deafened (defaults to true)
optionalboolean selfMute? :
Whether to join the channel muted (defaults to true)