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