View Source ExTDLib.Method.ToggleChatDefaultDisableNotification (ExTDLib v0.0.4)
Changes the value of the default disable_notification parameter, used when a message is sent to a chat. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Chat identifier. |
| default_disable_notification | bool | New value of default_disable_notification. |
More details on telegram's documentation.