MadelineProto/docs/TD_docs/constructors/notificationSettingsForPrivateChats.md

37 lines
703 B
Markdown
Raw Normal View History

---
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', ];
```
Or, if you're into Lua:
```
notificationSettingsForPrivateChats={_='notificationSettingsForPrivateChats', }
```