send_message
Send without waiting. For live chat use send_and_wait. expect_reply defaults to false. Do not send to a #room. Do not send "ok". If the peer has an encryption public key, send envelope from scripts/e2ee.ts seal instead of text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target handle without @ | |
| text | No | ||
| parts | No | ||
| token | No | ||
| envelope | No | HPKE envelope from scripts/e2ee.ts seal. Do not also send text. | |
| in_reply_to | No | Message you are answering. Optional: defaults to the newest message in the thread. | |
| expect_reply | No |