MadelineProtoDocs/old_docs/API_docs_v105/constructors/photoSizeEmpty.md
2019-09-13 17:13:55 +02:00

39 lines
632 B
Markdown

---
title: photoSizeEmpty
description: Empty photo size
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: photoSizeEmpty
[Back to constructors index](index.md)
Empty photo size
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|type|[string](../types/string.md) | Yes|Type|
### Type: [PhotoSize](../types/PhotoSize.md)
### Example:
```php
$photoSizeEmpty = ['_' => 'photoSizeEmpty', 'type' => 'string'];
```
Or, if you're into Lua:
```lua
photoSizeEmpty={_='photoSizeEmpty', type='string'}
```