mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
966 B
966 B
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
photos.photosSlice | Incomplete list of photos with auxiliary data. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/photos_photosSlice.html |
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 | List of photos |
users | Array of User | Yes | List of mentioned users |
Type: photos.Photos
Example:
$photos_photosSlice = ['_' => 'photos.photosSlice', 'count' => int, 'photos' => [Photo, Photo], 'users' => [User, User]];