Description of an image and its content.
photoCachedSize#21e1ad6 type:string w:int h:int bytes:bytes = PhotoSize;
| Name | Type | Description |
|---|---|---|
| type | string | Thumbnail type |
| w | int | Image width |
| h | int | Image height |
| bytes | bytes | Binary data, file content |
See here.
How to transfer large data batches correctly.