Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lavalink_types/src/tracks.ts>TrackInfo

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

Properties

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