MadelineProtoDocs/old_docs/API_docs_v14/constructors/inputNotifyUsers.md

34 lines
491 B
Markdown

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