Skip to main content
Version: 2.0.0

PacketVoiceServerUpdate

ruvyrias


ruvyrias / PacketVoiceServerUpdate

Interface: PacketVoiceServerUpdate

Defined in: types/Ruvyrias.ts:29

Represents a packet containing an update to the voice server information.

Properties

d

d: VoiceServer

Defined in: types/Ruvyrias.ts:33

The data payload containing the voice server information.


op

op: number

Defined in: types/Ruvyrias.ts:31

The opcode for this packet type.


t

t: "VOICE_SERVER_UPDATE"

Defined in: types/Ruvyrias.ts:35

The type identifier for this packet.