MadelineProto/docs/API_docs/constructors/photoSizeEmpty.md

27 lines
446 B
Markdown

---
title: photoSizeEmpty
description: photoSizeEmpty attributes, type and example
---
## Constructor: photoSizeEmpty
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|type|[string](../types/string.md) | Required|
### Type: [PhotoSize](../types/PhotoSize.md)
### Example:
```
$photoSizeEmpty = ['_' => 'photoSizeEmpty', 'type' => string, ];
```