Exspotify.Structs.PlayHistory (Exspotify v0.1.0)
View SourceRepresents a play history item from Spotify API. Used in recently played tracks response.
Summary
Functions
Creates a PlayHistory struct from a map.
Types
@type t() :: %Exspotify.Structs.PlayHistory{ context: Exspotify.Structs.Context.t() | nil, played_at: String.t(), track: Exspotify.Structs.Track.t() }