#Message is not sent to Telegram group
1 messages Β· Page 1 of 1 (latest)
Hi @hearty quail I have the same issues and I managed to get the solution. Have you solve it?
Revert back to version 2026.4.23 fixed this issue for me.
My version 2026.4.27
In openclaw.json:
"visibleReplies": "automatic"
Full context (where it sits in the config):
"messages": {
"groupChat": {
"visibleReplies": "automatic"
}
}
I also had to revert to 2026.4.23 to make it work again π
Just filed this bug: https://github.com/openclaw/openclaw/issues/77908
Looks like specialist/non-main agents can receive messages fine, and their replies show up in OpenClaw Control UI, but those replies donβt always get relayed back to the original Telegram topic / Discord channel.
Reproduced on both Telegram topics and Discord channels, including after updating to 2026.5.4.
So this seems more like an outbound relay bug than a routing/binding problem.
I got it working on the latest version (2026.5.7) by folloing this workaround: https://github.com/openclaw/openclaw/issues/74876