MadelineProto/old_docs/API_docs_v40/constructors/inputChatEmpty.md
2017-07-23 16:33:46 +02:00

38 lines
453 B
Markdown

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