MadelineProtoDocs/old_docs/API_docs_v14/constructors/photos.photos.md

878 B

title description image redirect_from
photos.photos Full list of photos with auxiliary data. 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]];

Or, if you're into Lua:

photos.photos={_='photos.photos', photos={Photo}, users={User}}