Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

VoicePacket

The voice packet.

API/Interfaces/VoicePacket
hoshimi/src/types/Manager.d.ts

Signature

export interface VoicePacket

Properties

2
td

Methods

0

No methods.

Properties

t#
t: "VOICE_SERVER_UPDATE" | "VOICE_STATE_UPDATE";

The packet type.

@type{string}
d#
d: VoiceState | VoiceServer;

The packet data.

@type{VoiceState | VoiceServer}