export interface RPCVoiceConnectionStatusDispatchData<State extends VoiceConnectionStates = VoiceConnectionStates>
Type Parameters
optionalVoiceConnectionStates = VoiceConnectionStates State? extends
number average_ping :
Average ping (in ms)
State extends VoiceConnectionStates.AwaitingEndpoint ? null : string hostname :
Hostname of the connected voice server
number last_ping :
Last ping (in ms)
RPCVoiceConnectionStatusPing[] pings :
All of the accumulated pings since connection
State state :
Voice connection states