PlaylistInfo
Defined in: src/structures/Types/Utils.ts:109
Properties
Section titled “Properties”Property (defined in) | Type | Description |
---|---|---|
author? (src/structures/Types/Utils.ts:115) | string | The playlist Author |
duration (src/structures/Types/Utils.ts:123) | number | The duration of the entire playlist. (calcualted) |
name (src/structures/Types/Utils.ts:111) | string | The playlist name |
selectedTrack (src/structures/Types/Utils.ts:121) | Track | The playlist selected track. |
thumbnail? (src/structures/Types/Utils.ts:117) | string | The playlist Thumbnail |
title (src/structures/Types/Utils.ts:113) | string | The playlist title (same as name) |
uri? (src/structures/Types/Utils.ts:119) | string | A Uri to the playlist |