mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-06 03:38:16 +01:00
20 lines
292 B
Markdown
20 lines
292 B
Markdown
|
---
|
||
|
title: inputNotifyAll
|
||
|
description: inputNotifyAll attributes, type and example
|
||
|
---
|
||
|
## Constructor: inputNotifyAll
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [InputNotifyPeer](../types/InputNotifyPeer.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$inputNotifyAll = ['_' => 'inputNotifyAll', ];
|
||
|
```
|