From feb35486a085c7bb0a1673e33c9657962a657825 Mon Sep 17 00:00:00 2001 From: benkuly Date: Sat, 30 Nov 2019 08:36:53 +0100 Subject: [PATCH] added documentation for telegram relay bot feature --- docs/configuring-playbook-bridge-mautrix-telegram.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/configuring-playbook-bridge-mautrix-telegram.md b/docs/configuring-playbook-bridge-mautrix-telegram.md index f83a4dda2..fbbfa4797 100644 --- a/docs/configuring-playbook-bridge-mautrix-telegram.md +++ b/docs/configuring-playbook-bridge-mautrix-telegram.md @@ -13,3 +13,9 @@ matrix_mautrix_telegram_api_hash: YOUR_TELEGRAM_API_HASH ``` You then need to start a chat with `@telegrambot:YOUR_DOMAIN` (where `YOUR_DOMAIN` is your base domain, not the `matrix.` domain). + +If you want to use the relay-bot feature ([relay bot documentation](https://github.com/tulir/mautrix-telegram/wiki/Relay-bot)), which allows anonymous user to chat with telegram users, use the following addtional playbook configuration: + +```yaml +matrix_mautrix_telegram_bot_token: YOUT_TELEGRAM_BOT_TOKEN +```