You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Use when previewing local channel message flow fixtures."
4
+
---
5
+
6
+
# Channel Message Flows
7
+
8
+
Use this from the OpenClaw repo root to send canned channel preview flows while iterating on message UX. These are real sends/edits/deletes against the configured channel target.
9
+
10
+
## Telegram
11
+
12
+
Native Telegram `sendMessageDraft` tool progress, then a final answer:
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,12 @@ If this PR fixes a plugin beta-release blocker, title it `fix(<plugin-id>): beta
9
9
- What changed:
10
10
- What did NOT change (scope boundary):
11
11
12
+
## Motivation
13
+
14
+
Explain why this change should exist now. Link it to the user pain, failure mode, maintainer need, or product goal. If this is purely mechanical, write `N/A`.
15
+
16
+
-
17
+
12
18
## Change Type (select all)
13
19
14
20
-[ ] Bug fix
@@ -35,12 +41,6 @@ If this PR fixes a plugin beta-release blocker, title it `fix(<plugin-id>): beta
35
41
- Related #
36
42
-[ ] This PR fixes a bug or regression
37
43
38
-
## Motivation
39
-
40
-
Explain why this change should exist now. Link it to the user pain, failure mode, maintainer need, or product goal. If this is purely mechanical, write `N/A`.
41
-
42
-
-
43
-
44
44
## Real behavior proof (required for external PRs)
45
45
46
46
External contributors must show after-fix evidence from a real OpenClaw setup. Unit tests, mocks, lint, typechecks, snapshots, and CI are supplemental only. Screenshots are encouraged even for CLI, console, text, or log changes; terminal screenshots and copied live output count. Be mindful of private information like IP addresses, API keys, phone numbers, non-public endpoints, or other private details when providing evidence.
0 commit comments