UserProfilePhotos

data class UserProfilePhotos(count: Int, photos: List<Photo>)

Properties

Link copied to clipboard
val count: Int
Link copied to clipboard
val photos: List<Photo>