UserProfilePhotos

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

Constructors

Link copied to clipboard
constructor(count: Int, photos: List<Photo>)

Properties

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