hoshimi
    Preparing search index...

    Interface PlayerUpdate

    The update for the player state.

    interface PlayerUpdate {
        guildId: string;
        op: PlayerUpdate;
        state: PlayerUpdateState;
    }
    Index

    Properties

    Properties

    guildId: string

    The guild ID associated with the update.

    The operation code for the update.

    The state of the player.