class

Tourmaline::UserProfilePhotos

Inherits JSON::Serializable / Reference / Object

This object represent a user's profile pictures.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

photos

Requested profile pictures (in up to 4 sizes each)

Source
photos=(photos : Array(Array(Tourmaline::PhotoSize)))

Requested profile pictures (in up to 4 sizes each)

Source
total_count

Total number of profile pictures the target user has

Source
total_count=(total_count : Int32 | Int64)

Total number of profile pictures the target user has

Source