Skip to content

SearchQuery

type SearchQuery =
| {
extraQueryUrlParams?: URLSearchParams;
query: string;
source?: SearchPlatform;
}
| string;

Defined in: src/structures/Types/Utils.ts:578

SearchQuery Object for raw lavalink requests

{
extraQueryUrlParams?: URLSearchParams;
query: string;
source?: SearchPlatform;
}
NameTypeDescriptionDefined in
extraQueryUrlParams?URLSearchParamsExtra url query params to use, e.g. for flowerttssrc/structures/Types/Utils.ts:582
querystringlavalink search Query / identifier stringsrc/structures/Types/Utils.ts:580
source?SearchPlatformSource to append to the search query stringsrc/structures/Types/Utils.ts:584

string