Docs: Direct link to BotFather on Telegram (#4064)
* Docs: Direct link to BotFather on Telegram, sparing users from searching and potentially encountering impostors. * Update numbering syntax Update numbering syntax to match PR to latest doc layout. * Docs: add BotFather verification note --------- Co-authored-by: Sebastian <sebslight@gmail.com>
This commit is contained in:
parent
76211500e8
commit
8ff75eaf12
2 changed files with 3 additions and 4 deletions
|
|
@ -6,6 +6,7 @@ Docs: https://docs.openclaw.ai
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
|
||||||
|
- Docs: add direct BotFather link and verification reminder in Telegram setup. (#4064) Thanks @shatner.
|
||||||
- Telegram: use shared pairing store. (#6127) Thanks @obviyus.
|
- Telegram: use shared pairing store. (#6127) Thanks @obviyus.
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,7 @@ title: "Telegram"
|
||||||
Status: production-ready for bot DMs + groups via grammY. Long-polling by default; webhook optional.
|
Status: production-ready for bot DMs + groups via grammY. Long-polling by default; webhook optional.
|
||||||
|
|
||||||
## Quick setup (beginner)
|
## Quick setup (beginner)
|
||||||
|
1. Create a bot with **@BotFather** ([direct link](https://t.me/BotFather)). Confirm the handle is exactly `@BotFather`, then copy the token.
|
||||||
1. Create a bot with **@BotFather** and copy the token.
|
|
||||||
2. Set the token:
|
2. Set the token:
|
||||||
- Env: `TELEGRAM_BOT_TOKEN=...`
|
- Env: `TELEGRAM_BOT_TOKEN=...`
|
||||||
- Or config: `channels.telegram.botToken: "..."`.
|
- Or config: `channels.telegram.botToken: "..."`.
|
||||||
|
|
@ -42,8 +41,7 @@ Minimal config:
|
||||||
## Setup (fast path)
|
## Setup (fast path)
|
||||||
|
|
||||||
### 1) Create a bot token (BotFather)
|
### 1) Create a bot token (BotFather)
|
||||||
|
1. Open Telegram and chat with **@BotFather** ([direct link](https://t.me/BotFather)). Confirm the handle is exactly `@BotFather`.
|
||||||
1. Open Telegram and chat with **@BotFather**.
|
|
||||||
2. Run `/newbot`, then follow the prompts (name + username ending in `bot`).
|
2. Run `/newbot`, then follow the prompts (name + username ending in `bot`).
|
||||||
3. Copy the token and store it safely.
|
3. Copy the token and store it safely.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue