2017-01-25 23:16:22 +01:00
|
|
|
---
|
|
|
|
title: notifyChats
|
|
|
|
description: notifyChats attributes, type and example
|
|
|
|
---
|
|
|
|
## Constructor: notifyChats
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
2017-05-18 12:12:33 +02:00
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
2017-01-25 23:16:22 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [NotifyPeer](../types/NotifyPeer.md)
|
|
|
|
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
|
|
|
$notifyChats = ['_' => 'notifyChats', ];
|
|
|
|
```
|
|
|
|
|
2017-03-11 19:54:51 +01:00
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
notifyChats={_='notifyChats', }
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|