MadelineProtoDocs/docs/API_docs/constructors/inputNotifyBroadcasts.md
2019-12-27 17:48:04 +01:00

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