PlayerUpdate
The update for the player state.
Signature
export interface PlayerUpdateProperties
op: OpCodes.PlayerUpdate;The operation code for the update.
@type{OpCodes.PlayerUpdate}
guildId: string;The guild ID associated with the update.
@type{string}
state: PlayerUpdateState;The state of the player.
@type{PlayerUpdateState}