MadelineProto/old_docs/API_docs_v55/constructors/photos_photosSlice.md

29 lines
624 B
Markdown
Raw Normal View History

---
2017-01-19 23:02:27 +01:00
title: photos.photosSlice
description: photos_photosSlice attributes, type and example
---
2017-01-19 23:02:27 +01:00
## Constructor: photos.photosSlice
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|count|[int](../types/int.md) | Required|
|photos|Array of [Photo](../types/Photo.md) | Required|
|users|Array of [User](../types/User.md) | Required|
### Type: [photos\_Photos](../types/photos_Photos.md)
### Example:
```
2017-01-19 23:02:27 +01:00
$photos_photosSlice = ['_' => 'photos.photosSlice', 'count' => int, 'photos' => [Vector t], 'users' => [Vector t], ];
```