'm on OpenClaw 2026.4.2 and trying to schedule a 5-minute reminder in my 1:1 Telegram chat. I’ve done both:
• openclaw cron add --name test --at 5m --delete-after-run --session main --system-event “Test reminder”
• openclaw cron add --name test --at 5m --delete-after-run --session isolated --message “Test reminder” --announce
In both cases the job fires (it’s removed from the list) but I never see the message in chat. How can I set up a cron reminder that actually delivers a notification to my Telegram session? Thanks!”