38 lines
742 B
Markdown
38 lines
742 B
Markdown
|
---
|
||
|
title: notificationSettingsForChat
|
||
|
description: Notification settings applied to particular chat
|
||
|
---
|
||
|
## Constructor: notificationSettingsForChat
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Notification settings applied to particular chat
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|:-------------:|:--------:|------------:|
|
||
|
|chat\_id|[long](../types/long.md) | Yes|Chat identifier|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [NotificationSettingsScope](../types/NotificationSettingsScope.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$notificationSettingsForChat = ['_' => 'notificationSettingsForChat', 'chat_id' => long, ];
|
||
|
```
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
notificationSettingsForChat={_='notificationSettingsForChat', chat_id=long, }
|
||
|
|
||
|
```
|
||
|
|
||
|
|