From 892e854beea11703c545a0eedbf1b4a04c3f03b5 Mon Sep 17 00:00:00 2001 From: shatner Date: Thu, 29 Jan 2026 11:20:21 -0500 Subject: [PATCH] Docs: Direct link to BotFather on Telegram, sparing users from searching and potentially encountering impostors. --- docs/channels/telegram.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/channels/telegram.md b/docs/channels/telegram.md index 976c7a39c..02e417b14 100644 --- a/docs/channels/telegram.md +++ b/docs/channels/telegram.md @@ -9,7 +9,7 @@ read_when: Status: production-ready for bot DMs + groups via grammY. Long-polling by default; webhook optional. ## Quick setup (beginner) -1) Create a bot with **@BotFather** and copy the token. +1) Create a bot with **@BotFather** ([direct link](https://t.me/BotFather)) and copy the token. 2) Set the token: - Env: `TELEGRAM_BOT_TOKEN=...` - Or config: `channels.telegram.botToken: "..."`. @@ -37,7 +37,7 @@ Minimal config: ## Setup (fast path) ### 1) Create a bot token (BotFather) -1) Open Telegram and chat with **@BotFather**. +1) Open Telegram and chat with **@BotFather**. ([direct link](https://t.me/BotFather)) 2) Run `/newbot`, then follow the prompts (name + username ending in `bot`). 3) Copy the token and store it safely.