Shoukaku
    Preparing search index...

    Interface TrackStuckEvent

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

    Hierarchy (View Summary)

    Index

    Properties

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