MadelineProtoDocs/old_docs/API_docs_v105/constructors/photoEmpty.md

39 lines
570 B
Markdown
Raw Normal View History

2019-09-13 17:13:55 +02:00
---
title: photoEmpty
description: Empty photo
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: photoEmpty
[Back to constructors index](index.md)
Empty photo
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|id|[long](../types/long.md) | Yes|ID|
### Type: [Photo](../types/Photo.md)
### Example:
```php
$photoEmpty = ['_' => 'photoEmpty', 'id' => long];
```
Or, if you're into Lua:
```lua
photoEmpty={_='photoEmpty', id=long}
```