PlaylistInfo
Defined in: src/structures/Types/Utils.ts:151
Properties
Section titled “Properties”| Property (defined in) | Type | Description |
|---|---|---|
author? (src/structures/Types/Utils.ts:157) | string | The playlist Author |
duration (src/structures/Types/Utils.ts:165) | number | The duration of the entire playlist. (calcualted) |
name (src/structures/Types/Utils.ts:153) | string | The playlist name |
selectedTrack (src/structures/Types/Utils.ts:163) | Track | The playlist selected track. |
thumbnail? (src/structures/Types/Utils.ts:159) | string | The playlist Thumbnail |
title (src/structures/Types/Utils.ts:155) | string | The playlist title (same as name) |
uri? (src/structures/Types/Utils.ts:161) | string | A Uri to the playlist |