1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 21:07:47 +01:00
MadelineProto/old_docs/API_docs_v70/constructors/inputPhotoEmpty.md

38 lines
463 B
Markdown
Raw Normal View History

---
title: inputPhotoEmpty
description: inputPhotoEmpty attributes, type and example
---
## Constructor: inputPhotoEmpty
[Back to constructors index](index.md)
### Type: [InputPhoto](../types/InputPhoto.md)
### Example:
```
$inputPhotoEmpty = ['_' => 'inputPhotoEmpty'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "inputPhotoEmpty"}
```
Or, if you're into Lua:
```
inputPhotoEmpty={_='inputPhotoEmpty'}
```