MadelineProto/old_docs/API_docs_v18/constructors/inputVideoEmpty.md

35 lines
467 B
Markdown
Raw Normal View History

---
title: inputVideoEmpty
description: inputVideoEmpty attributes, type and example
---
## Constructor: inputVideoEmpty
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
### Type: [InputVideo](../types/InputVideo.md)
### Example:
```
$inputVideoEmpty = ['_' => 'inputVideoEmpty', ];
```
Or, if you're into Lua:
```
inputVideoEmpty={_='inputVideoEmpty', }
```