2017-03-11 19:54:51 +01:00
|
|
|
---
|
|
|
|
title: userProfilePhotos
|
|
|
|
description: Contains part of the list of user photos
|
|
|
|
---
|
|
|
|
## Constructor: userProfilePhotos
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Contains part of the list of user photos
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required | Description |
|
2017-08-20 11:05:56 +02:00
|
|
|
|----------|---------------|----------|-------------|
|
2017-03-11 19:54:51 +01:00
|
|
|
|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)
|
|
|
|
|
|
|
|
|