Skip to content

PluginInfo

Defined in: src/structures/Types/Track.ts:73

Property (defined in)TypeDescription
albumArtUrl?
(src/structures/Types/Track.ts:81)
stringThe url of the album art
albumName?
(src/structures/Types/Track.ts:77)
stringThe Identifier provided by a plugin
albumUrl?
(src/structures/Types/Track.ts:79)
stringThe url of the album
artistArtworkUrl?
(src/structures/Types/Track.ts:85)
stringThe url of the artist artwork
artistUrl?
(src/structures/Types/Track.ts:83)
stringThe url of the artist
artworkUrl?
(src/structures/Types/Track.ts:95)
stringThe ArtworkUrl provided by a plugin
author?
(src/structures/Types/Track.ts:97)
stringThe Author Information provided by a plugin
clientData?
(src/structures/Types/Track.ts:103)
objectYou can put specific track information here, to transform the tracks…
clientData.previousTrack?
(src/structures/Types/Track.ts:105)
boolean
identifier?
(src/structures/Types/Track.ts:93)
stringThe Identifier provided by a plugin
isPreview?
(src/structures/Types/Track.ts:89)
booleanWhether the track is a preview
previewUrl?
(src/structures/Types/Track.ts:87)
stringThe url of the preview
totalTracks?
(src/structures/Types/Track.ts:91)
numberThe total number of tracks in the playlist
type?
(src/structures/Types/Track.ts:75)
stringThe Type provided by a plugin
uri?
(src/structures/Types/Track.ts:101)
stringThe Url provided by a Plugin
url?
(src/structures/Types/Track.ts:99)
stringThe Url provided by a Plugin