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