RecentlyPlayed player.d.ts#L171
The recently played object which is returned by the [Player.getRecentlyPlayed] function.
Properties:
Name | Type | Description |
---|---|---|
cursors | Cursor | The cursors to check other pages of recently played. |
href | string | A link to the Web API endpoint providing full details of the track. |
items | { playedAt: string, track: Track, }[] | The items which have been recently played. |
limit | number | The maximum number of items in the response (as set in the query or by default). |
next | string | URL to the next page of items. ( null if none) OPTIONAL |
total | number | The total number of items available to return. |