---
title: inputChatEmpty
description: inputChatEmpty attributes, type and example
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: inputChatEmpty  
[Back to constructors index](index.md)






### Type: [InputChat](../types/InputChat.md)


### Example:

```php
$inputChatEmpty = ['_' => 'inputChatEmpty'];
```  


Or, if you're into Lua:

```lua
inputChatEmpty={_='inputChatEmpty'}

```