MadelineProto/old_docs/API_docs_v51/constructors/photoSizeEmpty.md

27 lines
446 B
Markdown
Raw Normal View History

---
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, ];
```