MadelineProtoDocs/old_docs/API_docs_v105/constructors/inputUserEmpty.md
2019-09-13 17:13:55 +02:00

34 lines
425 B
Markdown

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