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

34 lines
493 B
Markdown

---
title: inputNotifyChats
description: Notifications generated by all groups.
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: inputNotifyChats
[Back to constructors index](index.md)
Notifications generated by all groups.
### Type: [InputNotifyPeer](../types/InputNotifyPeer.md)
### Example:
```php
$inputNotifyChats = ['_' => 'inputNotifyChats'];
```
Or, if you're into Lua:
```lua
inputNotifyChats={_='inputNotifyChats'}
```