Skip to content

UnresolvedTrackInfo

Defined in: src/structures/Types/Track.ts:125

PropertyTypeDescriptionOverridesInherited fromDefined in
artworkUrl?stringThe URL of the artwork if available-TrackInfo.artworkUrlsrc/structures/Types/Track.ts:47
author?stringThe Name of the Author-TrackInfo.authorsrc/structures/Types/Track.ts:43
duration?numberThe duration of the Track-TrackInfo.durationsrc/structures/Types/Track.ts:45
identifier?stringThe Identifier of the Track-TrackInfo.identifiersrc/structures/Types/Track.ts:39
isrc?stringIf isrc code is available, it’s provided-TrackInfo.isrcsrc/structures/Types/Track.ts:57
isSeekable?booleanWether the audio is seekable-TrackInfo.isSeekablesrc/structures/Types/Track.ts:53
isStream?booleanWether the audio is of a live stream-TrackInfo.isStreamsrc/structures/Types/Track.ts:55
sourceName?SourceNamesThe Source name of the Track, e.g. soundcloud, youtube, spotify-TrackInfo.sourceNamesrc/structures/Types/Track.ts:51
titlestringRequiredTrackInfo.title-src/structures/Types/Track.ts:127
uri?stringThe URL (aka Link) of the Track called URI-TrackInfo.urisrc/structures/Types/Track.ts:49