RecentlyPlayed src/Interface.ts#L250
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. |
items | { playedAt: string, track: Track, }[] | The items which have been recently played. |