import { text } from "@interactions-hq/skyline";

await space.send(text("Hello"));
await space.send("Hello"); // shorthand — strings coerce to text

Screen effects (iMessage)

await space.send("🎉", { effect: "confetti" });
Effects are iMessage-only. Other providers ignore or error — branch on space.platform.