MadelineProtoDocs/docs/API_docs/constructors/inputNotifyBroadcasts.md

553 B

title description image
inputNotifyBroadcasts All [channels](https://core.telegram.org/api/channel) https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputNotifyBroadcasts

Back to constructors index

All channels

Type: InputNotifyPeer

Example:

$inputNotifyBroadcasts = ['_' => 'inputNotifyBroadcasts'];

Or, if you're into Lua:

inputNotifyBroadcasts={_='inputNotifyBroadcasts'}