user.getRecentTracks
Returns the most recent tracks listened by the user.
Usage
client.user.getRecentTracks({ username, limit?, page? })
Parameters
Param | Type | Required | Description |
---|---|---|---|
username | string | The name of the user. | |
limit | number | The number of results to fetch per page. Defaults to 50. Maximum is 200 | |
page | number | The page number to fetch. Defaults to the first page. |