From aa7e9adbd7dff399ffbf677ca7dc8e70bb6b18b6 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Sun, 5 Jun 2022 22:50:57 +0200 Subject: doc/mod/notification-telegram: how to use the function --- doc/mod/notification-telegram.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/mod/notification-telegram.md b/doc/mod/notification-telegram.md index 435694e..3bb31a7 100644 --- a/doc/mod/notification-telegram.md +++ b/doc/mod/notification-telegram.md @@ -53,6 +53,16 @@ Usage and invocation There's nothing special to do. Every script or function sending a notification will now send it to your Telegram account. +But of course you can send notifications directly or use a function in your +own scripts. Give it a try: + + $SendTelegram "Subject..." "Body..." + +Alternatively this sends a notification with all available and configured +methods: + + $SendNotification "Subject..." "Body..." + See also -------- -- cgit v1.2.3-54-g00ecf