MadelineProto/docs/API_docs/constructors/photos_photosSlice.md
2016-12-19 20:35:27 +03:00

481 B

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