mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 14:07:22 +01:00
20 lines
329 B
Markdown
20 lines
329 B
Markdown
|
---
|
||
|
title: peerNotifyEventsEmpty
|
||
|
description: peerNotifyEventsEmpty attributes, type and example
|
||
|
---
|
||
|
## Constructor: peerNotifyEventsEmpty
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [PeerNotifyEvents](../types/PeerNotifyEvents.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$peerNotifyEventsEmpty = ['_' => 'peerNotifyEventsEmpty', ];
|
||
|
```
|