844 B
844 B
title | description | image |
---|---|---|
photo | Photo | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: photo
Photo
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | long | Yes | ID |
access_hash | long | Yes | Access hash |
date | int | Yes | Date of upload |
sizes | Array of PhotoSize | Yes | Available sizes for download |
Type: Photo
Example:
$photo = ['_' => 'photo', 'id' => long, 'access_hash' => long, 'date' => int, 'sizes' => [PhotoSize, PhotoSize]];
Or, if you're into Lua:
photo={_='photo', id=long, access_hash=long, date=int, sizes={PhotoSize}}