SpotifyApiSpotify LogoJS

RecentlyPlayed src/Interface.ts#L250

The recently played object which is returned by the [Player.getRecentlyPlayed] function.


Properties:

NameTypeDescription
cursorsCursorThe cursors to check other pages of recently played.
items{ playedAt: string, track: Track, }[]The items which have been recently played.