[actions/send_telegram] init

This commit is contained in:
2023-11-02 00:49:06 +01:00
parent 5818349d91
commit baeab6daf2
4 changed files with 147 additions and 0 deletions

View File

@@ -124,6 +124,7 @@ func GetAllActions() []DocumentedAction {
ShellScript{},
Shutdown{},
SendMatrix{},
SendTelegram{},
TimeOut{},
}
}