MadelineProtoDocs/old_docs/API_docs_v95/constructors/inputPeerEmpty.md

34 lines
425 B
Markdown
Raw Normal View History

2019-03-29 21:12:30 +01:00
---
title: inputPeerEmpty
description: Empty input peer
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: inputPeerEmpty
[Back to constructors index](index.md)
Empty input peer
### Type: [InputPeer](../types/InputPeer.md)
### Example:
```php
$inputPeerEmpty = ['_' => 'inputPeerEmpty'];
```
Or, if you're into Lua:
```lua
inputPeerEmpty={_='inputPeerEmpty'}
```