34 lines
435 B
Markdown
34 lines
435 B
Markdown
|
---
|
||
|
title: inputMediaEmpty
|
||
|
description: Empty input media
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: inputMediaEmpty
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Empty input media
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [InputMedia](../types/InputMedia.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```php
|
||
|
$inputMediaEmpty = ['_' => 'inputMediaEmpty'];
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
```lua
|
||
|
inputMediaEmpty={_='inputMediaEmpty'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|