MadelineProtoDocs/docs/API_docs/constructors/photos.photos.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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