Spotify Web API v0.1.0 Spotify.Tracks.SavedTrack View Source

A Saved Track object, holding a full track object.

KeyValue Description
added_atThe date and time the track was saved.
trackInformation 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()}