1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-28 19:05:09 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types/-user-profile-photos/index.md

16 lines
1.3 KiB
Markdown
Raw Normal View History

//[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 |
|---|---|
| <a name="dev.inmo.tgbotapi.types/UserProfilePhotos/count/#/PointingToDeclaration/"></a>[count](count.md)| <a name="dev.inmo.tgbotapi.types/UserProfilePhotos/count/#/PointingToDeclaration/"></a> [common] val [count](count.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) <br>|
| <a name="dev.inmo.tgbotapi.types/UserProfilePhotos/photos/#/PointingToDeclaration/"></a>[photos](photos.md)| <a name="dev.inmo.tgbotapi.types/UserProfilePhotos/photos/#/PointingToDeclaration/"></a> [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)> <br>|