mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 08:02:34 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/openclaw-message
Normal file
21
tldr/openclaw-message
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# openclaw message
|
||||
|
||||
> Send messages through OpenClaw channels.
|
||||
> More information: <https://docs.openclaw.ai/cli/message>.
|
||||
|
||||
- Send a message to a phone number (WhatsApp):
|
||||
|
||||
`openclaw message send {{[-t|--target]}} {{+1234567890}} {{[-m|--message]}} "{{Hello}}"`
|
||||
|
||||
- Send a message to a specific channel:
|
||||
|
||||
`openclaw message send --channel {{telegram}} {{[-t|--target]}} {{user_id}} {{[-m|--message]}} "{{Hello}}"`
|
||||
|
||||
- Display help:
|
||||
|
||||
`openclaw message {{[-h|--help]}}`
|
||||
Reference in New Issue
Block a user