MadelineProtoDocs/old_docs/API_docs_v91/constructors/inputNotifyChats.md
2019-03-08 13:49:23 +01:00

538 B

title description image
inputNotifyChats Notify chats https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputNotifyChats

Back to constructors index

Notify chats

Type: InputNotifyPeer

Example:

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

PWRTelegram json-encoded version:

{"_": "inputNotifyChats"}

Or, if you're into Lua:

inputNotifyChats={_='inputNotifyChats'}