export interface VoiceConnectionDisconnectedWebSocketState extends VoiceConnectionDisconnectedBaseStateThe state that a VoiceConnection will be in when its WebSocket connection was closed. You can manually attempt to reconnect using VoiceConnection#reconnect.
adapter : DiscordGatewayAdapterImplementerMethods
Inherited from: VoiceConnectionDisconnectedBaseState
closeCode : number
The close code of the WebSocket connection to the Discord voice server.
status : VoiceConnectionStatus.Disconnected
Inherited from: VoiceConnectionDisconnectedBaseState
optionalsubscription? : PlayerSubscription | undefined
Inherited from: VoiceConnectionDisconnectedBaseState