From d57931cfef9d7c9cd00e5fc7bf9cc6ccb5088e53 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Mon, 4 May 2026 07:28:50 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@585ce38015ef2145974f0ee12d5c02594796f29d --- .openclaw-sync/source.json | 4 ++-- docs/channels/telegram.md | 3 ++- docs/cli/message.md | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index fe833e4a3..760dd3fe0 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "b2efd1964800ca8b57b0a74eec4ef15ec837b768", - "syncedAt": "2026-05-04T07:13:11.794Z" + "sha": "585ce38015ef2145974f0ee12d5c02594796f29d", + "syncedAt": "2026-05-04T07:26:45.188Z" } diff --git a/docs/channels/telegram.md b/docs/channels/telegram.md index c4a320ffc..c3d529ed5 100644 --- a/docs/channels/telegram.md +++ b/docs/channels/telegram.md @@ -777,11 +777,12 @@ curl "https://api.telegram.org/bot/getUpdates" - `channels.telegram.dms[""].historyLimit` - `channels.telegram.retry` config applies to Telegram send helpers (CLI/tools/actions) for recoverable outbound API errors. Inbound final-reply delivery also uses a bounded safe-send retry for Telegram pre-connect failures, but it does not retry ambiguous post-send network envelopes that could duplicate visible messages. - CLI send target can be numeric chat ID or username: + CLI and message-tool send targets can be numeric chat ID, username, or a forum topic target: ```bash openclaw message send --channel telegram --target 123456789 --message "hi" openclaw message send --channel telegram --target @name --message "hi" +openclaw message send --channel telegram --target -1001234567890:topic:42 --message "hi topic" ``` Telegram polls use `openclaw message poll` and support forum topics: diff --git a/docs/cli/message.md b/docs/cli/message.md index 891a4b1c2..d19dd50bd 100644 --- a/docs/cli/message.md +++ b/docs/cli/message.md @@ -27,7 +27,7 @@ Channel selection: Target formats (`--target`): - WhatsApp: E.164, group JID, or WhatsApp Channel/Newsletter JID (`...@newsletter`) -- Telegram: chat id or `@username` +- Telegram: chat id, `@username`, or forum topic target (`-1001234567890:topic:42`, or `--thread-id 42`) - Discord: `channel:` or `user:` (or `<@id>` mention; raw numeric ids are treated as channels) - Google Chat: `spaces/` or `users/` - Slack: `channel:` or `user:` (raw channel id is accepted)