mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 17:07:22 +01:00
20 lines
266 B
Markdown
20 lines
266 B
Markdown
---
|
|
title: notifyChats
|
|
description: notifyChats attributes, type and example
|
|
---
|
|
## Constructor: notifyChats
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [NotifyPeer](../types/NotifyPeer.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$notifyChats = ['_' => notifyChats', ];
|
|
``` |