Typedefs : Search : searchResult
searchResult object
Parameter | Type | Description | Optional |
---|---|---|---|
loadType | LoadType | The load type of the result. | |
tracks | Track[] | The array of tracks from the result | |
playlist | PlaylistData{} | The playlist info if the load type is 'playlist'. |
playlistData object
Parameter | Type | Description | Optional |
---|---|---|---|
name | string | The playlist name | |
requester | User | ClientUser | Requester of playlist | |
playlistInfo | PlaylistInfoData{}[] | More playlist information. | |
duration | number | The length of the playlist. | |
tracks | Track[] | The songs of the playlist. |
playlistInfoData object
Parameter | Type | Description | Optional |
---|---|---|---|
url | string | Url to playlist | |
type | string | Type is always plaaylist in that case | |
artworkUrl | string | ArtworkUrl of playlist | |
totalTracks | number | Number of total tracks in playlist | |
author | string | Author of playlist |