mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-06 03:58:15 +01:00
25 lines
442 B
Markdown
25 lines
442 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, ];
|
||
|
```
|