SpotifyApiSpotify LogoJS

createRecentlyPlayed src/structures/Player.ts#L69

Creates a recently played structure containg the playhistory details.

const recentlyPlayed = createRecentlyPlayed(client, data);

Returns:

RecentlyPlayed

Parameters:

NameTypeDescription
clientClientThe spotify api client.
dataCursorPaging<PlayHistory>The raw data fetched from the spotify api.