惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

量子位
云风的 BLOG
云风的 BLOG
小众软件
小众软件
IT之家
IT之家
T
Tailwind CSS Blog
WordPress大学
WordPress大学
S
SegmentFault 最新的问题
美团技术团队
博客园 - 叶小钗
V
V2EX
博客园 - Franky
大猫的无限游戏
大猫的无限游戏
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
阮一峰的网络日志
阮一峰的网络日志
博客园 - 【当耐特】
罗磊的独立博客
博客园_首页
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
爱范儿
爱范儿
宝玉的分享
宝玉的分享
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Jina AI
Jina AI
月光博客
月光博客
有赞技术团队
有赞技术团队

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
docs(channels): telegram - collapse prose field list into...
vincentkoc · 2026-04-24 · via Recent Commits to openclaw:main

@@ -5,9 +5,7 @@ read_when:

55

title: "Telegram"

66

---

778-

# Telegram (Bot API)

9-10-

Status: production-ready for bot DMs + groups via grammY. Long polling is the default mode; webhook mode is optional.

8+

Production-ready for bot DMs and groups via grammY. Long polling is the default mode; webhook mode is optional.

1191210

<CardGroup cols={3}>

1311

<Card title="Pairing" icon="link" href="/channels/pairing">

@@ -885,76 +883,11 @@ dig +short api.telegram.org AAAA

885883886884

More help: [Channel troubleshooting](/channels/troubleshooting).

887885888-

## Telegram config reference pointers

889-890-

Primary reference:

891-892-

- `channels.telegram.enabled`: enable/disable channel startup.

893-

- `channels.telegram.botToken`: bot token (BotFather).

894-

- `channels.telegram.tokenFile`: read token from a regular file path. Symlinks are rejected.

895-

- `channels.telegram.dmPolicy`: `pairing | allowlist | open | disabled` (default: pairing).

896-

- `channels.telegram.allowFrom`: DM allowlist (numeric Telegram user IDs). `allowlist` requires at least one sender ID. `open` requires `"*"`. `openclaw doctor --fix` can resolve legacy `@username` entries to IDs and can recover allowlist entries from pairing-store files in allowlist migration flows.

897-

- `channels.telegram.actions.poll`: enable or disable Telegram poll creation (default: enabled; still requires `sendMessage`).

898-

- `channels.telegram.defaultTo`: default Telegram target used by CLI `--deliver` when no explicit `--reply-to` is provided.

899-

- `channels.telegram.groupPolicy`: `open | allowlist | disabled` (default: allowlist).

900-

- `channels.telegram.groupAllowFrom`: group sender allowlist (numeric Telegram user IDs). `openclaw doctor --fix` can resolve legacy `@username` entries to IDs. Non-numeric entries are ignored at auth time. Group auth does not use DM pairing-store fallback (`2026.2.25+`).

901-

- Multi-account precedence:

902-

- When two or more account IDs are configured, set `channels.telegram.defaultAccount` (or include `channels.telegram.accounts.default`) to make default routing explicit.

903-

- If neither is set, OpenClaw falls back to the first normalized account ID and `openclaw doctor` warns.

904-

- `channels.telegram.accounts.default.allowFrom` and `channels.telegram.accounts.default.groupAllowFrom` apply only to the `default` account.

905-

- Named accounts inherit `channels.telegram.allowFrom` and `channels.telegram.groupAllowFrom` when account-level values are unset.

906-

- Named accounts do not inherit `channels.telegram.accounts.default.allowFrom` / `groupAllowFrom`.

907-

- `channels.telegram.groups`: per-group defaults + allowlist (use `"*"` for global defaults).

908-

- `channels.telegram.groups.<id>.groupPolicy`: per-group override for groupPolicy (`open | allowlist | disabled`).

909-

- `channels.telegram.groups.<id>.requireMention`: mention gating default.

910-

- `channels.telegram.groups.<id>.skills`: skill filter (omit = all skills, empty = none).

911-

- `channels.telegram.groups.<id>.allowFrom`: per-group sender allowlist override.

912-

- `channels.telegram.groups.<id>.systemPrompt`: extra system prompt for the group.

913-

- `channels.telegram.groups.<id>.enabled`: disable the group when `false`.

914-

- `channels.telegram.groups.<id>.topics.<threadId>.*`: per-topic overrides (group fields + topic-only `agentId`).

915-

- `channels.telegram.groups.<id>.topics.<threadId>.agentId`: route this topic to a specific agent (overrides group-level and binding routing).

916-

- `channels.telegram.groups.<id>.topics.<threadId>.groupPolicy`: per-topic override for groupPolicy (`open | allowlist | disabled`).

917-

- `channels.telegram.groups.<id>.topics.<threadId>.requireMention`: per-topic mention gating override.

918-

- top-level `bindings[]` with `type: "acp"` and canonical topic id `chatId:topic:topicId` in `match.peer.id`: persistent ACP topic binding fields (see [ACP Agents](/tools/acp-agents#channel-specific-settings)).

919-

- `channels.telegram.direct.<id>.topics.<threadId>.agentId`: route DM topics to a specific agent (same behavior as forum topics).

920-

- `channels.telegram.execApprovals.enabled`: enable Telegram as a chat-based exec approval client for this account.

921-

- `channels.telegram.execApprovals.approvers`: Telegram user IDs allowed to approve or deny exec requests. Optional when `channels.telegram.allowFrom` or a direct `channels.telegram.defaultTo` already identifies the owner.

922-

- `channels.telegram.execApprovals.target`: `dm | channel | both` (default: `dm`). `channel` and `both` preserve the originating Telegram topic when present.

923-

- `channels.telegram.execApprovals.agentFilter`: optional agent ID filter for forwarded approval prompts.

924-

- `channels.telegram.execApprovals.sessionFilter`: optional session key filter (substring or regex) for forwarded approval prompts.

925-

- `channels.telegram.accounts.<account>.execApprovals`: per-account override for Telegram exec approval routing and approver authorization.

926-

- `channels.telegram.capabilities.inlineButtons`: `off | dm | group | all | allowlist` (default: allowlist).

927-

- `channels.telegram.accounts.<account>.capabilities.inlineButtons`: per-account override.

928-

- `channels.telegram.commands.nativeSkills`: enable/disable Telegram native skills commands.

929-

- `channels.telegram.replyToMode`: `off | first | all` (default: `off`).

930-

- `channels.telegram.textChunkLimit`: outbound chunk size (chars).

931-

- `channels.telegram.chunkMode`: `length` (default) or `newline` to split on blank lines (paragraph boundaries) before length chunking.

932-

- `channels.telegram.linkPreview`: toggle link previews for outbound messages (default: true).

933-

- `channels.telegram.streaming`: `off | partial | block | progress` (live stream preview; default: `partial`; `progress` maps to `partial`; `block` is legacy preview mode compatibility). Telegram preview streaming uses a single preview message that is edited in place.

934-

- `channels.telegram.streaming.preview.toolProgress`: reuse the live preview message for tool/progress updates when preview streaming is active (default: `true`). Set `false` to keep separate tool/progress messages.

935-

- `channels.telegram.mediaMaxMb`: inbound/outbound Telegram media cap (MB, default: 100).

936-

- `channels.telegram.retry`: retry policy for Telegram send helpers (CLI/tools/actions) on recoverable outbound API errors (attempts, minDelayMs, maxDelayMs, jitter).

937-

- `channels.telegram.network.autoSelectFamily`: override Node autoSelectFamily (true=enable, false=disable). Defaults to enabled on Node 22+, with WSL2 defaulting to disabled.

938-

- `channels.telegram.network.dnsResultOrder`: override DNS result order (`ipv4first` or `verbatim`). Defaults to `ipv4first` on Node 22+.

939-

- `channels.telegram.network.dangerouslyAllowPrivateNetwork`: dangerous opt-in for trusted fake-IP or transparent-proxy environments where Telegram media downloads resolve `api.telegram.org` to private/internal/special-use addresses outside the default RFC 2544 benchmark-range allowance.

940-

- `channels.telegram.proxy`: proxy URL for Bot API calls (SOCKS/HTTP).

941-

- `channels.telegram.webhookUrl`: enable webhook mode (requires `channels.telegram.webhookSecret`).

942-

- `channels.telegram.webhookSecret`: webhook secret (required when webhookUrl is set).

943-

- `channels.telegram.webhookPath`: local webhook path (default `/telegram-webhook`).

944-

- `channels.telegram.webhookHost`: local webhook bind host (default `127.0.0.1`).

945-

- `channels.telegram.webhookPort`: local webhook bind port (default `8787`).

946-

- `channels.telegram.actions.reactions`: gate Telegram tool reactions.

947-

- `channels.telegram.actions.sendMessage`: gate Telegram tool message sends.

948-

- `channels.telegram.actions.deleteMessage`: gate Telegram tool message deletes.

949-

- `channels.telegram.actions.sticker`: gate Telegram sticker actions — send and search (default: false).

950-

- `channels.telegram.reactionNotifications`: `off | own | all` — control which reactions trigger system events (default: `own` when not set).

951-

- `channels.telegram.reactionLevel`: `off | ack | minimal | extensive` — control agent's reaction capability (default: `minimal` when not set).

952-

- `channels.telegram.errorPolicy`: `reply | silent` — control error reply behavior (default: `reply`). Per-account/group/topic overrides supported.

953-

- `channels.telegram.errorCooldownMs`: minimum ms between error replies to the same chat (default: `60000`). Prevents error spam during outages.

954-955-

- [Configuration reference - Telegram](/gateway/configuration-reference#telegram)

956-957-

Telegram-specific high-signal fields:

886+

## Configuration reference

887+888+

Primary reference: [Configuration reference - Telegram](/gateway/configuration-reference#telegram).

889+890+

<Accordion title="High-signal Telegram fields">

958891959892

- startup/auth: `enabled`, `botToken`, `tokenFile`, `accounts.*` (`tokenFile` must point to a regular file; symlinks are rejected)

960893

- access control: `dmPolicy`, `allowFrom`, `groupPolicy`, `groupAllowFrom`, `groups`, `groups.*.topics.*`, top-level `bindings[]` (`type: "acp"`)

@@ -970,11 +903,31 @@ Telegram-specific high-signal fields:

970903

- errors: `errorPolicy`, `errorCooldownMs`

971904

- writes/history: `configWrites`, `historyLimit`, `dmHistoryLimit`, `dms.*.historyLimit`

972905906+

</Accordion>

907+908+

<Note>

909+

Multi-account precedence: when two or more account IDs are configured, set `channels.telegram.defaultAccount` (or include `channels.telegram.accounts.default`) to make default routing explicit. Otherwise OpenClaw falls back to the first normalized account ID and `openclaw doctor` warns. Named accounts inherit `channels.telegram.allowFrom` / `groupAllowFrom`, but not `accounts.default.*` values.

910+

</Note>

911+973912

## Related

974913975-

- [Pairing](/channels/pairing)

976-

- [Groups](/channels/groups)

977-

- [Security](/gateway/security)

978-

- [Channel routing](/channels/channel-routing)

979-

- [Multi-agent routing](/concepts/multi-agent)

980-

- [Troubleshooting](/channels/troubleshooting)

914+

<CardGroup cols={2}>

915+

<Card title="Pairing" icon="link" href="/channels/pairing">

916+

Pair a Telegram user to the gateway.

917+

</Card>

918+

<Card title="Groups" icon="users" href="/channels/groups">

919+

Group and topic allowlist behavior.

920+

</Card>

921+

<Card title="Channel routing" icon="route" href="/channels/channel-routing">

922+

Route inbound messages to agents.

923+

</Card>

924+

<Card title="Security" icon="shield" href="/gateway/security">

925+

Threat model and hardening.

926+

</Card>

927+

<Card title="Multi-agent routing" icon="sitemap" href="/concepts/multi-agent">

928+

Map groups and topics to agents.

929+

</Card>

930+

<Card title="Troubleshooting" icon="wrench" href="/channels/troubleshooting">

931+

Cross-channel diagnostics.

932+

</Card>

933+

</CardGroup>