1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 07:34:41 +01:00
MadelineProto/old_docs/API_docs_v38/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], ];