ADD: Telegram bot as notification provider

This commit is contained in:
Christian Kellner
2018-02-06 13:57:32 +01:00
parent 97d7ba7f9a
commit f0d9c0cb00
9 changed files with 579 additions and 23 deletions

View File

@@ -8,6 +8,11 @@
"channel": "test",
"enabled": false
},
"telegram": {
"chatId": "",
"token": "",
"enabled": false
},
"console": {
"enabled": true
}