MadelineProto/old_docs/API_docs_v55/constructors/photos_photo.md
2017-01-19 23:02:27 +01:00

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