diff --git a/docs/sources/administration/provisioning.md b/docs/sources/administration/provisioning.md index 61e15606a6d..4a66f982188 100644 --- a/docs/sources/administration/provisioning.md +++ b/docs/sources/administration/provisioning.md @@ -520,11 +520,11 @@ The following sections detail the supported settings and secure settings for eac #### Alert notification `telegram` -| Name | -| ----------- | -| bottoken | -| chatid | -| uploadImage | +| Name | Secure setting | +| ----------- | - | +| bottoken | yes | +| chatid | | +| uploadImage | | #### Alert notification `threema` diff --git a/pkg/services/alerting/notifiers/telegram.go b/pkg/services/alerting/notifiers/telegram.go index 5b69207388e..86fdbaeb4d8 100644 --- a/pkg/services/alerting/notifiers/telegram.go +++ b/pkg/services/alerting/notifiers/telegram.go @@ -29,25 +29,35 @@ func init() { Heading: "Telegram API settings", Factory: NewTelegramNotifier, OptionsTemplate: ` -