🌋
Vulkava
  • Introduction
  • Getting started
  • Custom Queue
  • Filters example
  • Common issues
  • 📚Docs
    • 🌋Vulkava
    • 🎵Player
    • 🎙️Recorder
    • 📑DefaultQueue
    • 🎛️Filters
    • 🪢Node
    • 💿Track
    • 💿UnresolvedTrack
  • 🖌️Abstract Classes
    • 📶AbstractExternalSource
    • 🎹AbstractQueue
  • 🔖Typedefs
    • 🔍SearchResult
    • 🌋VulkavaOptions
    • 🎛️FilterOptions
    • 🪢NodeOptions
    • 📡NodeStats
    • 🔎SEARCH_SOURCE
  • 📑Enums
    • ConnectionState
    • NodeState
Powered by GitBook
On this page
  • Constructor
  • Properties
  • Methods
  1. Docs

UnresolvedTrack

Represents a unresolved track, must be searched on lavalink before playing

Constructor

new UnresolvedTrack(vulkava, title, artist, duration, uri, source)

Property
Description
Type

vulkava

The Vulkava instance

title

The track title

author

The track artist(s)

duration

The track duration

uri

The track uri

source

The source name

Properties

Name
Description
Type

artist

The track author

duration

The track duration

source

The track source name

title

The track title

uri

The track uri

requester

The track requester

any

Methods

build()

Returns
Description

The track

setRequester()

Sets the track requester

Parameter
Description

requester

The requester object / id

PreviousTrackNextAbstractExternalSource

Last updated 2 years ago

(optional)

(optional)

(optional)

Builds the unresolved track into a instance.

<>

📚
💿
Track
Vulkava
String
String
Number
String
String
String
Number
String
String
String
Promise
Track