From 5a0639a14ea2c9be062a25280fa2a0588db0830d Mon Sep 17 00:00:00 2001 From: Nils Date: Sun, 5 Sep 2021 20:36:15 +0200 Subject: [PATCH] adjust info text --- notifiers/telegram.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notifiers/telegram.go b/notifiers/telegram.go index e5c87676..ee2558dc 100644 --- a/notifiers/telegram.go +++ b/notifiers/telegram.go @@ -52,8 +52,8 @@ var Telegram = &telegram{¬ifications.Notification{ }, { Type: "text", Title: "Channel", - Placeholder: "@statping_channel", - SmallText: "Insert your Telegram Channel including the @ symbol. The bot will need to be an administrator of this channel.", + Placeholder: "@statping_channel/-123123512312", + SmallText: "Insert your Telegram Channel including the @ symbol. The bot will need to be an administrator of this channel. You can also supply a chat_id.", DbField: "var1", Required: true, }}},