mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-30 11:18:59 +01:00
20 lines
343 B
Markdown
20 lines
343 B
Markdown
|
---
|
||
|
title: peerNotifySettingsEmpty
|
||
|
description: peerNotifySettingsEmpty attributes, type and example
|
||
|
---
|
||
|
## Constructor: peerNotifySettingsEmpty
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [PeerNotifySettings](../types/PeerNotifySettings.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$peerNotifySettingsEmpty = ['_' => 'peerNotifySettingsEmpty', ];
|
||
|
```
|