Add ability to send Telegram notifications silently.

This commit is contained in:
Nikita Lutsenko
2022-11-19 16:10:30 -08:00
parent bc3229828e
commit da16796ec4
3 changed files with 12 additions and 0 deletions

View File

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