MadelineProto/docs/API_docs/constructors/photos_photosSlice.md

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