MadelineProto/old_docs/API_docs_v44/constructors/photos_photo.md

519 B

title description
photos_photo photos_photo attributes, type and example

Constructor: photos_photo

Back to constructors index

Attributes:

Name Type Required
photo Photo Required
users Array of User Required

Type: photos_Photo

Example:

$photos_photo = ['_' => 'photos_photo', 'photo' => Photo, 'users' => [Vector t], ];