Spotify Web API v0.1.0 Spotify.Image View Source
An object containing image information.
| Key | Value Description |
|---|---|
| height | The image height in pixels. If unknown: null or not returned. |
| url | The source URL of the image. |
| width | The 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()}