MadelineProto/docs/API_docs/constructors/photos_photosSlice.md
2016-12-20 13:32:11 +01:00

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