ersion: 2026.4.27 | Channel: Telegram | Host: Ubuntu 24.04 VPS
Symptom: Forum group chats silently drop inbound messages. Bot shows typing indicator but never responds. DMs work fine. Affects older forum groups but NOT a newly created forum group (same config).
Key findings:
• Update offset advances when group messages sent → OpenClaw IS fetching the updates
• Typing indicator appears → something begins processing
• Zero log output → message dropped before agent routing, no drop/filter line visible
• 3 forum groups: 2 older ones broken, 1 created today works fine
• DMs work, direct sendMessage API calls return ok:true, no webhook, bot is admin, Group Privacy disabled
Hypothesis: Recent Telegram changes to forum/topic group update format (message_thread_id / is_topic_message for older supergroups) may be causing silent drops after fetch.
Questions:
- Known issue with forum group inbound in 2026.4.27 related to recent Telegram changes?
- Any debug flag to see why a fetched update is dropped before agent routing?
- Could older vs newer forum group update formats cause this?