UserProfilePhotos

@Serializable
data class UserProfilePhotos(val totalCount: Int, val photos: List<List<PhotoSize>>)

This object represent a user's profile pictures.

Api reference

Constructors

Link copied to clipboard
constructor(totalCount: Int, photos: List<List<PhotoSize>>)

Properties

Link copied to clipboard

Requested profile pictures (in up to 4 sizes each)

Link copied to clipboard

Total number of profile pictures the target user has