mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
New: Added silent notification option to telegram
(cherry picked from commit 9e392977b9f66be37c1fd6938c0b051c362ddb42)
This commit is contained in:
@@ -37,6 +37,7 @@ namespace NzbDrone.Core.Notifications.Telegram
|
||||
request.AddParameter("chat_id", settings.ChatId);
|
||||
request.AddParameter("parse_mode", "HTML");
|
||||
request.AddParameter("text", text);
|
||||
request.AddParameter("disable_notification", settings.SendSilently);
|
||||
|
||||
client.ExecuteAndValidate(request);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user