MadelineProto/old_docs/API_docs_v68/constructors/inputChannelEmpty.md
2017-07-23 17:44:01 +02:00

38 lines
483 B
Markdown

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