MadelineProtoDocs/docs/API_docs/constructors/inputNotifyChats.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00: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'}