mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-09 11:58:02 +08:00
feat: add message thread id for telegram nonfiction
This commit is contained in:
@@ -13,6 +13,7 @@ class Telegram extends NotificationProvider {
|
||||
params: {
|
||||
chat_id: notification.telegramChatID,
|
||||
text: msg,
|
||||
message_thread_id: notification.telegramMessageThreadID,
|
||||
},
|
||||
});
|
||||
return okMsg;
|
||||
|
Reference in New Issue
Block a user