Spotify Web API v0.1.0 Spotify.Albums.SavedAlbum View Source

A Saved Album object, holding a full album object.

KeyValue Description
added_atThe date and time the album was saved.
albumInformation about the album.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Spotify.Albums.SavedAlbum{added_at: Spotify.Timestamp.t(), album: Spotify.Albums.AlbumFull.t()}