MadelineProtoDocs/old_docs/API_docs_v100/constructors/inputNotifyChats.md
2019-12-27 17:48:04 +01:00

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