mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:27:46 +01:00
20 lines
302 B
Markdown
20 lines
302 B
Markdown
|
---
|
||
|
title: inputNotifyChats
|
||
|
description: inputNotifyChats attributes, type and example
|
||
|
---
|
||
|
## Constructor: inputNotifyChats
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [InputNotifyPeer](../types/InputNotifyPeer.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$inputNotifyChats = ['_' => 'inputNotifyChats', ];
|
||
|
```
|