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

20 lines
393 B
Markdown

# getSong
See the [guide](../../guides/usage/getSong.html) for information on how to use this.
## Properties
| Name | Data Type | Description |
| :-------- | :-------- | :---------- |
| `videoId` | `string` | Video ID |
## Returns
`Promise<`[SongFull](../interfaces/SongFull.html)`>`
## TypeScript Source Code
```ts
public async getSong(videoId: string): Promise<SongFull>
```