openclaw sessions --json
{
"path": "/home/doc/.openclaw/agents/main/sessions/sessions.json",
"count": 1,
"activeMinutes": null,
"sessions": [
{
"key": "agent:main:main",
"kind": "direct",
"updatedAt": 1771090038278,
"ageMs": 12204,
"sessionId": "3930566c-7746-44d6-81d8-2cd1273d3d48",
"systemSent": true,
"abortedLastRun": false,
"inputTokens": 14197,
"outputTokens": 231,
"totalTokens": 28143,
"model": "gemini-2.5-flash-lite",
"contextTokens": 1048576
}
]
}
I put /deliver on in the telegram and it replied: Understood. I have enabled message delivery in this conversation. From now on, you will receive messages and notifications from OpenClaw here.
And if I send a message in Telegram, both in the UI and in the TUI, I see the message, but with metadata:
Conversation info (untrusted metadata):
{
“conversation_label”: “TheDoctor (@TheDoctor_14) id:1855515416”
}
I thought it had been fixed. If I send a message in the TUI in the UI, it appears, but with the metadata:
Conversation info (untrusted metadata):
{
“conversation_label”: “openclaw-tui”
}
But in none of these cases does it appear in Telegram; it only appears if I send it from Telegram.