mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-15 08:06:08 +00:00
Source-grounded rewrite of 529 published docs pages with per-unit information-loss verification: 1,713 factual corrections cited to src/**, generated surfaces regenerated, frontmatter titles preserved for i18n, release notes pages untouched. All docs gates green. Closes #100141
19 lines
748 B
Markdown
19 lines
748 B
Markdown
---
|
|
summary: "Redirect to /plugins/sdk-channel-outbound"
|
|
title: "Channel message API"
|
|
---
|
|
|
|
This page moved to [Channel outbound API](/plugins/sdk-channel-outbound).
|
|
|
|
`openclaw/plugin-sdk/channel-message` and
|
|
`openclaw/plugin-sdk/channel-message-runtime` remain deprecated compatibility
|
|
subpaths for older plugins; both are thin aliases over the shared channel
|
|
message core. New channel plugins should use
|
|
`openclaw/plugin-sdk/channel-outbound` for message lifecycle, receipt,
|
|
durable send, and live preview helpers instead of adding new helpers to the
|
|
deprecated subpaths.
|
|
|
|
Removal plan: keep these aliases through the external plugin migration
|
|
window, then remove them in the next major SDK cleanup after callers have
|
|
moved to `channel-outbound`.
|