Preview environment

interface RPCVoiceStateCreateDispatchData

export interface RPCVoiceStateCreateDispatchData

See also: https://discord.com/developers/docs/topics/rpc#voicestatecreatevoicestateupdatevoicestatedelete-example-voice-state-dispatch-payload

mute : boolean

Is user muted for the client user

nick : string

Nickname of user

Pan of user

user : APIUser

User who joined voice channel

voice_state : Pick<APIVoiceState, 'deaf' | 'mute' | 'self_deaf' | 'self_mute' | 'suppress'>

Voice state of user

volume : number

Volume of user