photoCachedSize

Description of an image and its content.

End-to-end schema

===23===
photoCachedSize#e9a734fa type:string location:FileLocation w:int h:int bytes:bytes = PhotoSize;

API schema

photoCachedSize#21e1ad6 type:string w:int h:int bytes:bytes = PhotoSize;

Parameters

Name Type Description
type string PhotoSize.type value »
w int Image width
h int Image height
bytes bytes Binary data, file content

Type

PhotoSize

Photosize.type values

See PhotoSize.type values ».

Related pages

Uploading and Downloading Files

How to transfer large data batches correctly.