Fetch Conversations
- Blueprint
- C++

- Create an
FCometChatConversationsRequeststruct - Set filters (conversation type, tags, unread only, etc.)
- Call the Fetch Conversations Async node
- On Success, iterate the returned
TArray<FCometChatConversation>
FCometChatConversationsRequest
Configure the request to filter and paginate results.FCometChatConversation
The struct returned for each conversation.Conversation Flow
Next Steps
Send a Message
Send messages in a conversation.
Real-Time Events
Listen for new messages to update the conversation list.