1016 B
1016 B
title | description |
---|---|
photoCachedSize | photoCachedSize attributes, type and example |
Constructor: photoCachedSize_23
Attributes:
Name | Type | Required |
---|---|---|
type | string | Yes |
location | FileLocation | Yes |
w | int | Yes |
h | int | Yes |
bytes | bytes | Yes |
Type: PhotoSize
Example:
$photoCachedSize_23 = ['_' => 'photoCachedSize', 'type' => 'string', 'location' => FileLocation, 'w' => int, 'h' => int, 'bytes' => 'bytes'];
PWRTelegram json-encoded version:
{"_": "photoCachedSize", "type": "string", "location": FileLocation, "w": int, "h": int, "bytes": "bytes"}
Or, if you're into Lua:
photoCachedSize_23={_='photoCachedSize', type='string', location=FileLocation, w=int, h=int, bytes='bytes'}