MadelineProto/old_docs/API_docs_v46/constructors/photos_photosSlice.md
2017-01-19 23:02:27 +01:00

624 B

title description
photos.photosSlice photos_photosSlice attributes, type and example

Constructor: photos.photosSlice

Back to constructors index

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