---
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'}

```