MadelineProtoDocs/old_docs/API_docs_v44/constructors/peerNotifyEventsEmpty.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

40 lines
599 B
Markdown

---
title: peerNotifyEventsEmpty
description: Empty peer notify events
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: peerNotifyEventsEmpty
[Back to constructors index](index.md)
Empty peer notify events
### Type: [PeerNotifyEvents](../types/PeerNotifyEvents.md)
### Example:
```php
$peerNotifyEventsEmpty = ['_' => 'peerNotifyEventsEmpty'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "peerNotifyEventsEmpty"}
```
Or, if you're into Lua:
```lua
peerNotifyEventsEmpty={_='peerNotifyEventsEmpty'}
```