MadelineProtoDocs/old_docs/API_docs_v42/constructors/inputNotifyChats.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

40 lines
538 B
Markdown

---
title: inputNotifyChats
description: Notify chats
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: inputNotifyChats
[Back to constructors index](index.md)
Notify chats
### Type: [InputNotifyPeer](../types/InputNotifyPeer.md)
### Example:
```php
$inputNotifyChats = ['_' => 'inputNotifyChats'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "inputNotifyChats"}
```
Or, if you're into Lua:
```lua
inputNotifyChats={_='inputNotifyChats'}
```