View Source Sptfy.Object.PrivateUser (Sptfy v0.1.5)

Module for private user profile struct.

Link to this section Summary

Link to this section Types

@type t() :: %Sptfy.Object.PrivateUser{
  country: term(),
  display_name: term(),
  email: term(),
  explicit_content: term(),
  external_urls: term(),
  followers: term(),
  href: term(),
  id: term(),
  images: term(),
  product: term(),
  type: term(),
  uri: term()
}