MadelineProto/docs/API_docs/constructors/photoSizeEmpty23.md

36 lines
545 B
Markdown
Raw Normal View History

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