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