Spotify Web API v0.1.0 Spotify.Tracks.SavedTrack View Source
A Saved Track object, holding a full track object.
Key | Value Description |
---|---|
added_at | The date and time the track was saved. |
track | Information about the track. |
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Spotify.Tracks.SavedTrack{added_at: Spotify.Timestamp.t(), track: Spotify.Tracks.TrackFull.t()}