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

x/lavadeno/testing/song.ts>Song

lavadeno is a simple, easy-to-use, and flexible lavalink client built on the Deno Runtime.
Latest
class Song
implements [Lavalink.TrackInfo]
import { Song } from "https://deno.land/x/lavadeno@3.3.0/testing/song.ts";

Constructors

new
Song(unnamed 0: Lavalink.Track, requester: bigint | null)

Properties

author: string

The author of this track.

identifier: string

The identifier of this track.

isSeekable: boolean
isStream: boolean

Whether this track is a stream.

length: number

The length of this track.

position: number

The position of this track

requester: bigint | null

The user that requested this song.

sourceName: string
readonly
thumbnail: string
title: string

The title of this track.

track: string

The base64 lavaplayer track.

uri: string

The uri of this track.