MadelineProto/docs/API_docs/constructors/photoCachedSize23.md

40 lines
837 B
Markdown
Raw Normal View History

2016-12-20 13:15:22 +01:00
---
2017-05-27 23:21:14 +02:00
title: photoCachedSize23
description: photoCachedSize23 attributes, type and example
2016-12-20 13:15:22 +01:00
---
2017-05-27 23:21:14 +02:00
## Constructor: photoCachedSize23
2016-12-20 13:15:22 +01:00
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|type|[string](../types/string.md) | Yes|
|location|[FileLocation](../types/FileLocation.md) | Yes|
|w|[int](../types/int.md) | Yes|
|h|[int](../types/int.md) | Yes|
|bytes|[bytes](../types/bytes.md) | Yes|
2016-12-19 18:56:05 +01:00
### Type: [PhotoSize](../types/PhotoSize.md)
### Example:
```
2017-05-27 23:21:14 +02:00
$photoCachedSize23 = ['_' => 'photoCachedSize23', 'type' => string, 'location' => FileLocation, 'w' => int, 'h' => int, 'bytes' => bytes, ];
```
Or, if you're into Lua:
```
2017-05-27 23:21:14 +02:00
photoCachedSize23={_='photoCachedSize23', type=string, location=FileLocation, w=int, h=int, bytes=bytes, }
```