LavaSearchResponse
Defined in: src/structures/Types/Utils.ts:587
Properties
Section titled “Properties”| Property (defined in) | Type | Description |
|---|---|---|
albums (src/structures/Types/Utils.ts:591) | LavaSearchFilteredResponse[] | An array of albums, only present if album is in types |
artists (src/structures/Types/Utils.ts:593) | LavaSearchFilteredResponse[] | An array of artists, only present if artist is in types |
playlists (src/structures/Types/Utils.ts:595) | LavaSearchFilteredResponse[] | An array of playlists, only present if playlist is in types |
pluginInfo (src/structures/Types/Utils.ts:602) | PluginInfo | Addition result data provided by plugins |
texts (src/structures/Types/Utils.ts:597) | object[] | An array of text results, only present if text is in types |
tracks (src/structures/Types/Utils.ts:589) | Track[] | An array of tracks, only present if track is in types |