Send a chat message and resolve once the host confirms it.
The message text.
Channel, reply target, and timeout options.
The delivered message.
If no host handler is wired, the host returns an error, or the send times out.
import { send } from "@urth/metatell-sdk/chat";await send("hello world"); Copy
import { send } from "@urth/metatell-sdk/chat";await send("hello world");
Send a chat message and resolve once the host confirms it.