Spotify Web API v0.1.0 Spotify.Albums.SavedAlbum View Source
A Saved Album object, holding a full album object.
Key | Value Description |
---|---|
added_at | The date and time the album was saved. |
album | Information 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()}