import { whopApi } from "@/lib/whop-api";

const result = await whopApi.listMessagesFromChat({
	// The ID of the experience to fetch posts from
	chatExperienceId: "exp_XXXXXXXX",
});