//[docs](../../../index.md)/[dev.inmo.tgbotapi.types](../index.md)/[UserProfilePhotos](index.md) # UserProfilePhotos [common] data class [UserProfilePhotos](index.md)(**count**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **photos**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Photo](../../dev.inmo.tgbotapi.types.files/index.md#%5Bdev.inmo.tgbotapi.types.files%2FPhoto%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)>) ## Properties | Name | Summary | |---|---| | [count](count.md)| [common] val [count](count.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
| | [photos](photos.md)| [common] val [photos](photos.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Photo](../../dev.inmo.tgbotapi.types.files/index.md#%5Bdev.inmo.tgbotapi.types.files%2FPhoto%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)>
|