864 B
864 B
title | description |
---|---|
notificationSettingsForChat | Notification settings applied to particular chat |
Constructor: notificationSettingsForChat
Notification settings applied to particular chat
Attributes:
Name | Type | Required | Description |
---|---|---|---|
chat_id | long | Yes | Chat identifier |
Type: NotificationSettingsScope
Example:
$notificationSettingsForChat = ['_' => 'notificationSettingsForChat', 'chat_id' => long];
PWRTelegram json-encoded version:
{"_": "notificationSettingsForChat", "chat_id": long}
Or, if you're into Lua:
notificationSettingsForChat={_='notificationSettingsForChat', chat_id=long}