1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 19:47:20 +01:00
MadelineProto/docs/API_docs/constructors/peerNotifySettingsEmpty.md

35 lines
539 B
Markdown

---
title: peerNotifySettingsEmpty
description: peerNotifySettingsEmpty attributes, type and example
---
## Constructor: peerNotifySettingsEmpty
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
### Type: [PeerNotifySettings](../types/PeerNotifySettings.md)
### Example:
```
$peerNotifySettingsEmpty = ['_' => 'peerNotifySettingsEmpty', ];
```
Or, if you're into Lua:
```
peerNotifySettingsEmpty={_='peerNotifySettingsEmpty', }
```