{
"meta": {
"success": true,
"status": 200,
"message": "Chat rooms berhasil diambil"
},
"data": {
"chatRooms": [
{
"id": "73257ddc-594c-4589-a0c3-7b1d1a857463",
"participant1Id": "29da6ff2-8339-45b0-b976-c023cf5bc54f",
"participant2Id": "060bfab7-f978-43f0-be25-01ba21884c56",
"type": "CUSTOMER_VENDOR",
"lastMessageId": null,
"lastMessageAt": null,
"lastMessageText": null,
"isActive": true,
"createdAt": "2025-11-18T03:21:54.038Z",
"updatedAt": "2025-11-18T03:21:54.038Z",
"participant1": {
"id": "29da6ff2-8339-45b0-b976-c023cf5bc54f",
"name": "Customer",
"email": "customer@gmail.com",
"role": "CUSTOMER",
"vendor": null
},
"participant2": {
"id": "060bfab7-f978-43f0-be25-01ba21884c56",
"name": "Owner Sembako",
"email": "owner.sembako@example.com",
"role": "VENDOR",
"vendor": {
"id": "d22128b4-eadd-4206-83fe-6c4566bca862",
"shopName": "Toko Sembako Makmur",
"logoImage": "https://images.unsplash.com/photo-1563013546-365b5d6d6a2e?w=400"
}
},
"lastMessage": null,
"participants": [
{
"unreadCount": 0,
"lastReadAt": null
}
],
"otherParticipant": {
"id": "29da6ff2-8339-45b0-b976-c023cf5bc54f",
"name": "Customer",
"email": "customer@gmail.com",
"role": "CUSTOMER",
"vendor": null,
"displayName": "Customer",
"displayAvatar": null
},
"unreadCount": 0,
"lastReadAt": null
}
],
"pagination": {
"total": 1,
"page": 1,
"limit": 20,
"totalPages": 1
}
}
}