User Profile Photos
data class UserProfilePhotos(totalCount: Int, photos: List<List<PhotoSize>>)
Content copied to clipboard
This object represent a user's profile pictures.
Parameters
totalCount
Total number of profile pictures the target user has
photos
Requested profile pictures (in up to 4 sizes each)
Constructors
UserProfilePhotos
Link copied to clipboard
fun UserProfilePhotos(totalCount: Int, photos: List<List<PhotoSize>> = emptyList())
Content copied to clipboard
Total number of profile pictures the target user has