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