View Source ExTDLib.Method.SetForumTopicNotificationSettings (ExTDLib v0.0.4)
Changes the notification settings of a forum topic. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Chat identifier. |
| message_thread_id | string | Message thread identifier of the forum topic. |
| notification_settings | chatNotificationSettings | New notification settings for the forum topic. If the topic is muted for more than 366 days, it is considered to be muted forever. |
More details on telegram's documentation.