MadelineProtoDocs/old_docs/API_docs_v41/constructors/notifyBroadcasts.md

34 lines
465 B
Markdown

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