Spotify Web API v0.1.0 Spotify.Users.UserPublic View Source
A public User object.
Key | Value Description |
---|---|
display_name | The name displayed on the user’s profile. null if not available. |
external_urls | Known public external URLs for this user. |
followers | Information about the followers of this user. |
href | A link to the Web API endpoint for this user. |
id | The Spotify user ID for this user. |
images | The user’s profile image. |
type | The object type: “user” |
uri | The Spotify URI for this user. |
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Spotify.Users.UserPublic{display_name: String.t() | nil, external_urls: Spotify.ExternalUrls.t(), followers: Spotify.Followers.t(), href: String.t(), id: String.t(), images: [Spotify.Image.t()], type: String.t(), uri: String.t()}