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

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