MadelineProtoDocs/docs/TD_docs/constructors/userProfilePhotos.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

25 lines
624 B
Markdown

---
title: userProfilePhotos
description: Contains part of the list of user photos
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: userProfilePhotos
[Back to constructors index](index.md)
Contains part of the list of user photos
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|total\_count|[int](../types/int.md) | Yes|Total number of user profile photos|
|photos|Array of [photo](../constructors/photo.md) | Yes|List of photos|
### Type: [UserProfilePhotos](../types/UserProfilePhotos.md)