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