MadelineProto/docs/TD_docs/constructors/notificationSettingsForPrivateChats.md
2017-07-23 16:33:46 +02:00

44 lines
816 B
Markdown

---
title: notificationSettingsForPrivateChats
description: Notification settings applied to all private chats
---
## Constructor: notificationSettingsForPrivateChats
[Back to constructors index](index.md)
Notification settings applied to all private chats
### Attributes:
| Name | Type | Required | Description |
|----------|:-------------:|:--------:|------------:|
### Type: [NotificationSettingsScope](../types/NotificationSettingsScope.md)
### Example:
```
$notificationSettingsForPrivateChats = ['_' => 'notificationSettingsForPrivateChats'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "notificationSettingsForPrivateChats"}
```
Or, if you're into Lua:
```
notificationSettingsForPrivateChats={_='notificationSettingsForPrivateChats'}
```