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). pluginInfoobject Additional 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 namestring The name of the playlist.