MadelineProtoDocs/old_docs/API_docs_v14/constructors/inputNotifyChats.md

493 B

title description image
inputNotifyChats Notifications generated by all groups. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputNotifyChats

Back to constructors index

Notifications generated by all groups.

Type: InputNotifyPeer

Example:

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

Or, if you're into Lua:

inputNotifyChats={_='inputNotifyChats'}