MadelineProto/docs/API_docs/constructors/photoCachedSize23.md
2017-05-27 22:21:14 +01:00

837 B

title description
photoCachedSize23 photoCachedSize23 attributes, type and example

Constructor: photoCachedSize23

Back to constructors index

Attributes:

Name Type Required
type string Yes
location FileLocation Yes
w int Yes
h int Yes
bytes bytes Yes

Type: PhotoSize

Example:

$photoCachedSize23 = ['_' => 'photoCachedSize23', 'type' => string, 'location' => FileLocation, 'w' => int, 'h' => int, 'bytes' => bytes, ];

Or, if you're into Lua:

photoCachedSize23={_='photoCachedSize23', type=string, location=FileLocation, w=int, h=int, bytes=bytes, }