Discolink
    Preparing search index...

    Interface TrackStuckEventPayload

    interface TrackStuckEventPayload {
        type: TrackStuck;
        track: APITrack;
        thresholdMs: number;
        op: Event;
        guildId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    The type of event

    track: APITrack

    The track that got stuck

    thresholdMs: number

    The threshold in milliseconds that was exceeded

    op: Event

    The op type

    guildId: string

    The guild id