MadelineProtoDocs/old_docs/API_docs_v71/constructors/peerNotifyEventsEmpty.md

34 lines
497 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'];
```
Or, if you're into Lua:
```lua
peerNotifyEventsEmpty={_='peerNotifyEventsEmpty'}
```