mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 18:07:49 +01:00
599 B
599 B
title | description |
---|---|
photo | photo attributes, type and example |
Constructor: photo
Attributes:
Name | Type | Required |
---|---|---|
id | long | Required |
access_hash | long | Required |
date | int | Required |
sizes | Array of PhotoSize | Required |
Type: Photo
Example:
$photo = ['_' => 'photo', 'id' => long, 'access_hash' => long, 'date' => int, 'sizes' => [Vector t], ];