---
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'}

```