From ddba4059b0f399b583d004b22654ce8fb4ae36e9 Mon Sep 17 00:00:00 2001 From: Dmitry Verkhoturov Date: Sun, 23 Jan 2022 22:13:22 +0300 Subject: [PATCH] add "invite your tg bot" note to documentation Pointed out in #1221 originally. --- site/src/docs/configuration/telegram/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/docs/configuration/telegram/index.md b/site/src/docs/configuration/telegram/index.md index fb33108c..31a31d84 100644 --- a/site/src/docs/configuration/telegram/index.md +++ b/site/src/docs/configuration/telegram/index.md @@ -48,7 +48,7 @@ To enable Telegram authentication for the users, set variable `AUTH_TELEGRAM=tru To integrate notifications about any comment on your sites with remark42 with [Telegram](https://telegram.org) 1. Set `NOTIFY_ADMINS=telegram` -1. Make [a channel](https://telegram.org/faq_channels) and add its ID to remark42 configuration as `NOTIFY_TELEGRAM_CHAN` +1. Make [a channel](https://telegram.org/faq_channels), **invite your bot** into it and add channel ID to remark42 configuration as `NOTIFY_TELEGRAM_CHAN` * To obtain a public channel ID, forward any message from it to [@JsonDumpBot](https://t.me/JsonDumpBot): look for `id` in `forward_from_chat`. * If you want to use a private channel or chat, use [these instructions](https://github.com/GabrielRF/telegram-id) to obtain the ID.