View Source ExTDLib.Method.SetChatNotificationSettings (ExTDLib v0.0.4)
Changes the notification settings of a chat. Notification settings of a chat with the current user (Saved Messages) can't be changed. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Chat identifier. |
| notification_settings | chatNotificationSettings | New notification settings for the chat. If the chat is muted for more than 366 days, it is considered to be muted forever. |
More details on telegram's documentation.