ts-npm-ytmusic-api/docs/references/ytmusic-methods/getSearchSuggestions.md

20 lines
463 B
Markdown

# getSearchSuggestions
See the [guide](../../guides/usage/getSearchSuggestions.html) for information on how to use this.
## Parameters
| Name | Data Type | Description |
| :---- | :-------- | :------------------------------------ |
| query | string | Search query you want suggestions for |
## Returns
`Promise<string[]>`
## TypeScript Source Code
```ts
public async getSearchSuggestions(query: string): Promise<string[]>
```