538 B
538 B
title | description | image |
---|---|---|
notifyBroadcasts | Notify broadcasts | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: notifyBroadcasts
Notify broadcasts
Type: NotifyPeer
Example:
$notifyBroadcasts = ['_' => 'notifyBroadcasts'];
PWRTelegram json-encoded version:
{"_": "notifyBroadcasts"}
Or, if you're into Lua:
notifyBroadcasts={_='notifyBroadcasts'}