Interface TrackStuckEvent

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

Hierarchy (view full)

Properties

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