Skip to main content
Version: 1.4.1

PacketVoiceServerUpdate

ruvyrias


ruvyrias / PacketVoiceServerUpdate

Interface: PacketVoiceServerUpdate

Defined in: src/Ruvyrias.ts:63

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

Properties

d

d: IVoiceServer

Defined in: src/Ruvyrias.ts:67

The data payload containing the voice server information.


op

op: number

Defined in: src/Ruvyrias.ts:65

The opcode for this packet type.


t

t: "VOICE_SERVER_UPDATE"

Defined in: src/Ruvyrias.ts:69

The type identifier for this packet.