JoinVoiceChannelOptions
The options that can be given when joining a voice channel.
JoinVoiceChannelOptions
The options that can be given when joining a voice channel.
Property | Type | Value | Description |
---|---|---|---|
channelId | string | N/A | The id of the Discord voice channel to join. |
group | string | N/A | An optional group identifier for the voice connection. |
guildId | string | N/A | The id of the guild that the voice channel belongs to. |
selfDeaf | boolean | N/A | Whether to join the channel deafened (defaults to true) |
selfMute | boolean | N/A | Whether to join the channel muted (defaults to true) |