RPCSelectVoiceChannelArgs
Index
Properties
Properties
channel_id
Channel id to join (or null
to leave)
optionalforce
Forces a user to join a voice channel
optionalnavigate
After joining the voice channel, navigate to it in the client
optionaltimeout
Asynchronously join channel with time to wait before timing out
https://discord.com/developers/docs/topics/rpc#selectvoicechannel-select-voice-channel-argument-structure
When trying to join the user to a voice channel, you will receive a
5003
error coded response if the user is already in a voice channel. Theforce
parameter should only be specified in response to the case where a user is already in a voice channel and they have approved to be moved by your app to a new voice channel.