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