mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
844 B
844 B
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
photos.photos | Full list of photos with auxiliary data. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/photos_photos.html |
Constructor: photos.photos
Full list of photos with auxiliary data.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
photos | Array of Photo | Yes | List of photos |
users | Array of User | Yes | List of mentioned users |
Type: photos.Photos
Example:
$photos_photos = ['_' => 'photos.photos', 'photos' => [Photo, Photo], 'users' => [User, User]];