PlaylistInfo
Defined in: src/structures/Types/Utils.ts:215
Properties
Section titled “Properties”| Property (defined in) | Type | Description |
|---|---|---|
author? (src/structures/Types/Utils.ts:221) | string | The playlist Author |
duration (src/structures/Types/Utils.ts:229) | number | The duration of the entire playlist. (calcualted) |
name (src/structures/Types/Utils.ts:217) | string | The playlist name |
selectedTrack (src/structures/Types/Utils.ts:227) | Track | The playlist selected track. |
thumbnail? (src/structures/Types/Utils.ts:223) | string | The playlist Thumbnail |
title (src/structures/Types/Utils.ts:219) | string | The playlist title (same as name) |
uri? (src/structures/Types/Utils.ts:225) | string | A Uri to the playlist |