624 B
624 B
title | description |
---|---|
photos.photosSlice | photos_photosSlice attributes, type and example |
Constructor: photos.photosSlice
Attributes:
Name | Type | Required |
---|---|---|
count | int | Required |
photos | Array of Photo | Required |
users | Array of User | Required |
Type: photos_Photos
Example:
$photos_photosSlice = ['_' => 'photos.photosSlice', 'count' => int, 'photos' => [Vector t], 'users' => [Vector t], ];