Shoukaku
    Preparing search index...

    Interface TrackStuckEvent

    interface TrackStuckEvent {
        guildId: string;
        op: EVENT;
        thresholdMs: number;
        track: Track;
        type: TRACK_STUCK_EVENT;
    }

    Hierarchy (View Summary)

    Index

    Properties

    guildId: string
    op: EVENT
    thresholdMs: number
    track: Track