docs: add changelog entry for telegram inline button styles

This commit is contained in:
Ayaan Zaidi
2026-02-16 22:34:26 +05:30
parent 8b5b3a7b86
commit 239cb3552e

View File

@@ -7,6 +7,7 @@ Docs: https://docs.openclaw.ai
### Changes
- Cron/Gateway: separate per-job webhook delivery (`delivery.mode = "webhook"`) from announce delivery, enforce valid HTTP(S) webhook URLs, and keep a temporary legacy `notify + cron.webhook` fallback for stored jobs. (#17901) Thanks @advaitpaliwal.
- Telegram/Agents: add inline button `style` support (`primary|success|danger`) across message tool schema, Telegram action parsing, send pipeline, and runtime prompt guidance. (#18241) Thanks @obviyus.
### Fixes