Getting started
Authentication
Resources
- Access Passes
- Attachments
- Authentication
- Chats
- Direct Messages
- Experiences
- Forums
- Notifications
- Payments
- Users
Chats
List Messages From Chat
Fetch feed posts for the current user
import { whopApi } from "@/lib/whop-api";
const result = await whopApi.listMessagesFromChat({
// The ID of the experience to fetch posts from
chatExperienceId: "exp_XXXXXXXX",
});
Was this page helpful?
Assistant
Responses are generated using AI and may contain mistakes.