-
-
Notifications
You must be signed in to change notification settings - Fork 69.3k
[Bug]: Telegram inbound messages not reaching agent after v2026.2.19-2 update #21737
Copy link
Copy link
Closed
Closed
Copy link
Labels
bugSomething isn't workingSomething isn't working
Description
Summary
Telegram inbound messages not reaching Agent after v2026.2.19-2 update
Steps to reproduce
- Set up OpenClaw with Telegram bot integration (working before update)
- Update OpenClaw to version 2026.2.19-2
- Send a message from Telegram to the bot
- Observe: Message is sent to Telegram API but **never reaches the Agent
Expected behavior
Telegram messages sent to the bot should be received by the Agent, allowing two-way communication between the user and the Agent through Telegram.
Actual behavior
- Sending from Agent to Telegram — ✅ Works normally
- Receiving from Telegram to Agent — ❌ Fails silently
- The message reaches Telegram API (confirmed via
getUpdates) pending_update_countincreases- But the Agent never receives the message
- No error is shown to the user on Telegram side
- The conversation becomes one-way only
OpenClaw version
2026.2.19-2
Operating system
Host: Linux 6.17.0-14-generic (arm64) — QEMU Virtual Machine
Install method
npm/pnpm
Logs, screenshots, and evidence
### Logs & Evidence
**1. Telegram Bot Status (working):**
curl getWebhookInfo:
{"ok":true,"result":{"url":"","has_custom_certificate":false,"pending_update_count":13,...}}
**2. Messages stuck at Telegram API:**
{
"update_id": 42557570,
"message": {
"message_id": 132,
"from": {"id": 1031730677, "first_name": "睿宏", ...},
"text": "現在回話會快一些嗎?"
}
}
**3. Agent can send to Telegram (confirmed working):**
curl sendMessage:
{"ok":true,"result":{"message_id":145,"text":"測試 - 從Lucky發出"}}
**4. Gateway Status:**
│ Telegram │ ON │ OK │ token config · accounts 1/1
---
**Summary:** Messages are reaching Telegram API but not being delivered to the Agent session.
---Impact and severity
Impact & Severity
| Category | Details |
|---|---|
| Affected Users | Users who rely on Telegram to communicate with the Agent |
| Severity | High — Blocks workflow completely |
| Frequency | Always — Every Telegram message fails to reach the Agent |
| Consequence | - One-way communication only - Users cannot interact via Telegram - Must use Webchat as workaround |
Additional Context:
- Before v2026.2.19, Telegram integration was working fine
- The issue started immediately after updating to v2026.2.19-2
- All Telegram inbound messages are affected (no messages reach the Agent)
Additional information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.