artworkUrl | string | The URL of the artwork if available | src/structures/Types/Track.ts:24 |
author | string | The Name of the Author | src/structures/Types/Track.ts:20 |
identifier | string | The Identifier of the Track | src/structures/Types/Track.ts:16 |
isrc | string | If isrc code is available, it’s provided | src/structures/Types/Track.ts:34 |
isSeekable | boolean | Wether the audio is seekable | src/structures/Types/Track.ts:30 |
isStream | boolean | Wether the audio is of a live stream | src/structures/Types/Track.ts:32 |
length | number | The duration of the Track | src/structures/Types/Track.ts:22 |
sourceName | SourceNames | The Source name of the Track, e.g. soundcloud, youtube, spotify | src/structures/Types/Track.ts:28 |
title | string | The Track Title / Name | src/structures/Types/Track.ts:18 |
uri | string | The URL (aka Link) of the Track called URI | src/structures/Types/Track.ts:26 |