MadelineProto/old_docs/API_docs_v65/constructors/inputNotifyUsers.md

35 lines
484 B
Markdown
Raw Normal View History

2017-04-21 13:27:04 +02:00
---
title: inputNotifyUsers
description: inputNotifyUsers attributes, type and example
---
## Constructor: inputNotifyUsers
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
2017-04-21 13:27:04 +02:00
### Type: [InputNotifyPeer](../types/InputNotifyPeer.md)
### Example:
```
$inputNotifyUsers = ['_' => 'inputNotifyUsers', ];
```
Or, if you're into Lua:
```
inputNotifyUsers={_='inputNotifyUsers', }
```