1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 21:27:48 +01:00
MadelineProto/docs/API_docs/constructors/photos_photos.md

19 lines
411 B
Markdown
Raw Normal View History

## Constructor: photos\_photos
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|photos|Array of [Photo](../types/Photo.md) | Required|
|users|Array of [User](../types/User.md) | Required|
2016-12-19 18:56:05 +01:00
### Type: [photos\_Photos](../types/photos_Photos.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$photos_photos = ['_' => photos_photos', 'photos' => [Vector t], 'users' => [Vector t], ];
```