VoicePacket
The voice packet.
Signature
export interface VoicePacketProperties
t: "VOICE_SERVER_UPDATE" | "VOICE_STATE_UPDATE";The packet type.
@type{string}
d: VoiceState | VoiceServer;The packet data.
@type{VoiceState | VoiceServer}
The voice packet.
export interface VoicePackett: "VOICE_SERVER_UPDATE" | "VOICE_STATE_UPDATE";The packet type.
d: VoiceState | VoiceServer;The packet data.