39 lines
536 B
Markdown
39 lines
536 B
Markdown
|
---
|
||
|
title: inputPhotoEmpty
|
||
|
description: inputPhotoEmpty attributes, type and example
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# 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'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|