Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

PlayerUpdate

The update for the player state.

API/Interfaces/PlayerUpdate
hoshimi/src/types/Player.d.ts

Signature

export interface PlayerUpdate

Properties

3
opguildIdstate

Methods

0

No methods.

Properties

op#
op: OpCodes.PlayerUpdate;

The operation code for the update.

@type{OpCodes.PlayerUpdate}
guildId#
guildId: string;

The guild ID associated with the update.

@type{string}
state#
state: PlayerUpdateState;

The state of the player.

@type{PlayerUpdateState}