feat: add message thread id for telegram nonfiction

This commit is contained in:
Haytham Salama
2023-02-04 22:53:38 +02:00
parent 06dc61b343
commit 1bfb290718
2 changed files with 6 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ class Telegram extends NotificationProvider {
params: {
chat_id: notification.telegramChatID,
text: msg,
message_thread_id: notification.telegramMessageThreadID,
},
});
return okMsg;