LavaSearchQuery
type LavaSearchQuery = object;Defined in: src/structures/Types/Utils.ts:615
SearchQuery Object for Lavalink LavaSearch Plugin requests
Properties
Section titled “Properties”| Property (defined in) | Type | Description |
|---|---|---|
query (src/structures/Types/Utils.ts:617) | string | lavalink search Query / identifier string |
source (src/structures/Types/Utils.ts:619) | LavaSrcSearchPlatformBase | Source to append to the search query string |
types? (src/structures/Types/Utils.ts:621) | LavaSearchType[] | The Types to filter the search to |