artworkUrl? | string | The URL of the artwork if available | - | Partial.artworkUrl | src/structures/Types/Track.ts:47 |
author? | string | The Name of the Author | - | Partial.author | src/structures/Types/Track.ts:43 |
duration? | number | The duration of the Track | - | Partial.duration | src/structures/Types/Track.ts:45 |
identifier? | string | The Identifier of the Track | - | Partial.identifier | src/structures/Types/Track.ts:39 |
isrc? | string | If isrc code is available, it’s provided | - | Partial.isrc | src/structures/Types/Track.ts:57 |
isSeekable? | boolean | Wether the audio is seekable | - | Partial.isSeekable | src/structures/Types/Track.ts:53 |
isStream? | boolean | Wether the audio is of a live stream | - | Partial.isStream | src/structures/Types/Track.ts:55 |
sourceName? | SourceNames | The Source name of the Track, e.g. soundcloud, youtube, spotify | - | Partial.sourceName | src/structures/Types/Track.ts:51 |
title | string | Required | Partial.title | - | src/structures/Types/Track.ts:127 |
uri? | string | The URL (aka Link) of the Track called URI | - | Partial.uri | src/structures/Types/Track.ts:49 |