Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/lavalink_types/mod.ts>TrackInfo

Deno typings for lavalink
Latest
interface TrackInfo
import { type TrackInfo } from "https://deno.land/x/lavalink_types@2.0.6/mod.ts";

Properties

identifier: string
isStream: boolean
isSeekable: boolean
author: string
length: number
position: number
title: string
uri: string
sourceName: string