Guest User

Untitled

a guest
Oct 16th, 2025
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   "chats": {
  3.     "chatId1": {
  4.       "chat_metadata": {
  5.         "participants": {
  6.           "userId1": true,
  7.           "userId2": true,
  8.           "userId3": true
  9.         },
  10.         "createdAt": "2025-10-16T22:46:00Z",
  11.         "lastMessage": {
  12.           "messageId": "messageId123",
  13.           "senderId": "userId1",
  14.           "content": "Último mensaje del chat",
  15.           "timestamp": "2025-10-16T22:46:00Z"
  16.         }
  17.       },
  18.       "messages": {
  19.         "messageId123": {
  20.           "senderId": "userId1",
  21.           "content": "Hola, ¿cómo están?",
  22.           "timestamp": "2025-10-16T22:45:00Z",
  23.           "readBy": {
  24.             "userId2": "2025-10-16T22:45:05Z",
  25.             "userId3": null
  26.           }
  27.         },
  28.         "messageId124": {
  29.           "senderId": "userId2",
  30.           "content": "Todo bien, gracias!",
  31.           "timestamp": "2025-10-16T22:46:00Z",
  32.           "readBy": {
  33.             "userId1": "2025-10-16T22:46:05Z",
  34.             "userId3": null
  35.           }
  36.         }
  37.       }
  38.     },
  39.     "chatId2": {
  40.       "chat_metadata": {
  41.         "participants": {
  42.           "userId4": true,
  43.           "userId5": true
  44.         },
  45.         "createdAt": "2025-10-16T20:00:00Z",
  46.         "lastMessage": {
  47.           "messageId": "messageId125",
  48.           "senderId": "userId4",
  49.           "content": "Nos vemos mañana",
  50.           "timestamp": "2025-10-16T20:10:00Z"
  51.         }
  52.       },
  53.       "messages": {
  54.         "messageId125": {
  55.           "senderId": "userId4",
  56.           "content": "Nos vemos mañana",
  57.           "timestamp": "2025-10-16T20:10:00Z",
  58.           "readBy": {
  59.             "userId5": "2025-10-16T20:10:05Z"
  60.           }
  61.         }
  62.       }
  63.     }
  64.   }
  65. }
Advertisement
Add Comment
Please, Sign In to add comment