RPCSelectVoiceChannelArgs

export interface RPCSelectVoiceChannelArgs
export interface RPCSelectVoiceChannelArgs
Remarks
When trying to join the user to a voice channel, you will receive a SelectVoiceForceRequired error coded response if the user is already in a voice channel. The force 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.
channel_id:Snowflake | null
Channel id to join (or null to leave)
force?:boolean
Forces a user to join a voice channel
timeout?:number
Asynchronously join channel with time to wait before timing out