import { whopApi } from "@/lib/whop-api"; const result = await whopApi.messages.sendMessageToChat({ experienceId: "exp_XXXXXXXX" /* Required! */, message: "some string" /* Required! */, });
Example output:
const response = "some string";
Was this page helpful?