Skip to main content
Version: 2.0.0

UnknownPacket

ruvyrias


ruvyrias / UnknownPacket

Interface: UnknownPacket

Defined in: types/Ruvyrias.ts:41

Represents a packet of any other type not explicitly defined.

Properties

d

d: any

Defined in: types/Ruvyrias.ts:45

The data payload containing arbitrary information.


op

op: number

Defined in: types/Ruvyrias.ts:43

The opcode for this packet type.


t

t: string

Defined in: types/Ruvyrias.ts:47

The type identifier for this packet.