625 B
625 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], ];