Skip to main content
Version: v2.9.0

Interface: PlaylistRawData

Raw structure of a playlist result from Lavalink, including basic info, plugin metadata, and all tracks.

Property Type Description Optional
infoinfoMetadata about the playlist (e.g., name).
pluginInfoobjectAdditional plugin-specific metadata.
tracksTrackData[]The array of tracks that make up this playlist.

info

Metadata about the playlist (e.g., name).

Property Type Description Optional
namestringThe name of the playlist.