MadelineProtoDocs/old_docs/API_docs_v2/constructors/peerNotifyEventsEmpty.md
2020-06-16 17:50:25 +02:00

32 lines
497 B
Markdown

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