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

Deno typings for lavalink
Latest
import * as lavalinkTypes from "https://deno.land/x/lavalink_types@2.0.6/src/tracks.ts";

Interfaces

Parameters required by GET /decodetrack.

Parameters required by GET /loadtracks

Type Aliases

Response of GET /decodetrack.

Request body of POST /decodetracks.

Response of POST /decodetracks.

A base64 encoded track, due to lavalink being developed in java it cannot be decoded "normally".

Returned if lavaplayer failed to load something.

Possible responses of GET /loadtracks.

Returned if no matches/sources could be found for a given identifier.

Returned when a playlist is loaded.

Returned when a search result is made (i.e. ytsearch: some song)

Returned when a single track was loaded