space.rename() or the canonical rename() content
builder:
@spectrum-ts/imessage and only works on group chats. With
@spectrum-ts/imessage-local, or on a DM, rename() throws an
.Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Rename an iMessage group chat.
space.rename() or the canonical rename() content
builder:
import { rename } from "spectrum-ts";
// Sugar
await space.rename("Book Club");
// Canonical
await space.send(rename("Book Club"));
@spectrum-ts/imessage and only works on group chats. With
@spectrum-ts/imessage-local, or on a DM, rename() throws an
.Was this page helpful?