Skip to content

UnresolvedQuery

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

PropertyTypeDescriptionInherited fromDefined in
artworkUrl?stringThe URL of the artwork if availableTrackInfo.artworkUrlsrc/structures/Types/Track.ts:47
author?stringThe Name of the AuthorTrackInfo.authorsrc/structures/Types/Track.ts:43
duration?numberThe duration of the TrackTrackInfo.durationsrc/structures/Types/Track.ts:45
encoded?stringThe base64 of the unresolved track to “encode”-src/structures/Types/Track.ts:131
identifier?stringThe Identifier of the TrackTrackInfo.identifiersrc/structures/Types/Track.ts:39
isrc?stringIf isrc code is available, it’s providedTrackInfo.isrcsrc/structures/Types/Track.ts:57
isSeekable?booleanWether the audio is seekableTrackInfo.isSeekablesrc/structures/Types/Track.ts:53
isStream?booleanWether the audio is of a live streamTrackInfo.isStreamsrc/structures/Types/Track.ts:55
sourceName?SourceNamesThe Source name of the Track, e.g. soundcloud, youtube, spotifyTrackInfo.sourceNamesrc/structures/Types/Track.ts:51
titlestringRequiredUnresolvedTrackInfo.titlesrc/structures/Types/Track.ts:127
uri?stringThe URL (aka Link) of the Track called URITrackInfo.urisrc/structures/Types/Track.ts:49