mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 03:34:42 +01:00
518 B
518 B
title | description |
---|---|
photos.photo | photos_photo attributes, type and example |
Constructor: photos.photo
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], ];