class Tourmaline::UserProfilePhotos
      
inherits Reference
#
  This object represent a user's profile pictures.
Included modules
JSON::Serializable
Constructors#
    
      .new(total_count, photos : Array(Array(Tourmaline::PhotoSize)) = [] of Array(Tourmaline::PhotoSize))
    
#
  (total_count, photos : Array(Array(Tourmaline::PhotoSize)) = [] of Array(Tourmaline::PhotoSize))
    Methods#
    
      #photos : Array(Array(Tourmaline::PhotoSize))
    
#
  : Array(Array(Tourmaline::PhotoSize))
    Requested profile pictures (in up to 4 sizes each)
    
      #photos=(photos : Array(Array(Tourmaline::PhotoSize)))
    
#
  (photos : Array(Array(Tourmaline::PhotoSize)))
    Requested profile pictures (in up to 4 sizes each)
    
      #total_count=(total_count : Int32 | Int64)
    
#
  (total_count : Int32 | Int64)
    Total number of profile pictures the target user has