interface RPCSelectVoiceChannelArgs

external
export interface RPCSelectVoiceChannelArgs

See also: https://discord.com/developers/docs/topics/rpc#selectvoicechannel-select-voice-channel-argument-structure

external
channel_id : Snowflake | null

Channel id to join (or null to leave)

optionalexternal
force? : boolean

Forces a user to join a voice channel

After joining the voice channel, navigate to it in the client

optionalexternal
timeout? : number

Asynchronously join channel with time to wait before timing out