Exspotify.Structs.RecentlyPlayed (Exspotify v0.1.0)
View SourceRepresents the recently played tracks response from Spotify API.
Summary
Functions
Creates a RecentlyPlayed struct from a map.
Types
@type t() :: %Exspotify.Structs.RecentlyPlayed{ cursors: Exspotify.Structs.Cursors.t() | nil, href: String.t() | nil, items: [Exspotify.Structs.PlayHistory.t()] | nil, limit: integer() | nil, next: String.t() | nil, total: integer() | nil }