MadelineProto/docs/TD_docs/constructors/notificationSettingsForPrivateChats.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00: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'}
```