LavaSearchResponse
Defined in: src/structures/Types/Utils.ts:578
Properties
Section titled “Properties”Property | Type | Description | Defined in |
---|---|---|---|
albums | LavaSearchFilteredResponse [] | An array of albums, only present if album is in types | src/structures/Types/Utils.ts:582 |
artists | LavaSearchFilteredResponse [] | An array of artists, only present if artist is in types | src/structures/Types/Utils.ts:584 |
playlists | LavaSearchFilteredResponse [] | An array of playlists, only present if playlist is in types | src/structures/Types/Utils.ts:586 |
pluginInfo | PluginInfo | Addition result data provided by plugins | src/structures/Types/Utils.ts:593 |
texts | object [] | An array of text results, only present if text is in types | src/structures/Types/Utils.ts:588 |
tracks | Track [] | An array of tracks, only present if track is in types | src/structures/Types/Utils.ts:580 |