We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0aeee3 commit e9b7c7fCopy full SHA for e9b7c7f
doc/mod/notification-telegram.md
@@ -53,8 +53,8 @@ Usage and invocation
53
There's nothing special to do. Every script or function sending a notification
54
will now send it to your Telegram account.
55
56
-But of course you can send notifications directly or use a function in your
57
-own scripts. Give it a try:
+But of course you can use the function to send notifications directly. Give
+it a try:
58
59
$SendTelegram "Subject..." "Body..."
60
@@ -63,6 +63,12 @@ methods:
63
64
$SendNotification "Subject..." "Body..."
65
66
+To use the functions in your own scripts you have to declare them first.
67
+Place this before you call them:
68
+
69
+ :global SendTelegram;
70
+ :global SendNotification;
71
72
See also
73
--------
74
0 commit comments