mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-10-31 03:19:20 +08:00 
			
		
		
		
	Add ability to send Telegram notifications silently.
This commit is contained in:
		| @@ -13,6 +13,7 @@ class Telegram extends NotificationProvider { | ||||
|                 params: { | ||||
|                     chat_id: notification.telegramChatID, | ||||
|                     text: msg, | ||||
|                     disable_notification: notification.telegramSendSilently, | ||||
|                 }, | ||||
|             }); | ||||
|             return okMsg; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user