MadelineProto/old_docs/API_docs_v38/constructors/photos_photosSlice.md

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