924 B
924 B
title | description | image |
---|---|---|
photos.photosSlice | Incomplete list of photos with auxiliary data. | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: photos.photosSlice
Incomplete list of photos with auxiliary data.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
count | int | Yes | Total number of photos |
photos | Array of Photo | Yes | Photos |
users | Array of User | Yes | Users |
Type: photos.Photos
Example:
$photos.photosSlice = ['_' => 'photos.photosSlice', 'count' => int, 'photos' => [Photo, Photo], 'users' => [User, User]];
Or, if you're into Lua:
photos.photosSlice={_='photos.photosSlice', count=int, photos={Photo}, users={User}}