UserProfilePhotos

data class UserProfilePhotos(val totalCount: Int, val photos: List<List<PhotoSize>> = emptyList())(source)

UserProfilePhotos

This object represent a user's profile pictures.

(auto-generated)

Author

ForteScarlet

Constructors

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

Properties

Link copied to clipboard

Requested profile pictures (in up to 4 sizes each)

Link copied to clipboard
@SerialName(value = "total_count")
val totalCount: Int

Total number of profile pictures the target user has