MadelineProto/docs/API_docs/constructors/photos_photo.md

16 lines
387 B
Markdown
Raw Normal View History

## Constructor: photos\_photo
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|photo|[Photo](../types/Photo.md) | Required|
|users|Array of [User](../types/User.md) | Required|
2016-12-19 18:35:27 +01:00
### Type:
2016-12-19 18:35:27 +01:00
[photos\_Photo](../types/photos_Photo.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$photos_photo = ['_' => photos_photo', 'photo' => Photo, 'users' => [Vector t], ];
```