PlaylistInfo
Defined in: src/structures/Types/Utils.ts:118
Properties
Section titled “Properties”| Property (defined in) | Type | Description |
|---|---|---|
author? (src/structures/Types/Utils.ts:124) | string | The playlist Author |
duration (src/structures/Types/Utils.ts:132) | number | The duration of the entire playlist. (calcualted) |
name (src/structures/Types/Utils.ts:120) | string | The playlist name |
selectedTrack (src/structures/Types/Utils.ts:130) | Track | The playlist selected track. |
thumbnail? (src/structures/Types/Utils.ts:126) | string | The playlist Thumbnail |
title (src/structures/Types/Utils.ts:122) | string | The playlist title (same as name) |
uri? (src/structures/Types/Utils.ts:128) | string | A Uri to the playlist |