Spotify Web API v0.1.0 Spotify.Image View Source

An object containing image information.

KeyValue Description
heightThe image height in pixels. If unknown: null or not returned.
urlThe source URL of the image.
widthThe image width in pixels. If unknown: null or not returned.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Spotify.Image{height: integer(), url: String.t(), width: integer()}