Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface TrackStuckEventData
import { type TrackStuckEventData } from "https://deno.land/x/lavalink_types@2.0.6/src/player.ts";

Properties

track: string | null

Audio track where the exception occurred.

thresholdMs: number

The wait threshold that was exceeded for this event to trigger.