/ tests / test.json
test.json
 1  {
 2    "image": {
 3      "creation_timestamp": 1675549016,
 4      "uri": "image_of_the_chat.jpg"
 5    },
 6    "is_still_participant": true,
 7    "joinable_mode": {
 8      "link": "",
 9      "mode": 1
10    },
11    "magic_words": [],
12    "messages": [
13      {
14        "content": "The secret is that ingenuity should be bigger than politics and corporate greed.",
15        "sender_name": "User 2",
16        "timestamp_ms": 1675597571851
17      }
18    ],
19    "participants": [
20      {
21        "name": "User 1"
22      },
23      {
24        "name": "User 2"
25      }
26    ],
27    "thread_path": "inbox/User 1 and User 2 chat",
28    "title": "User 1 and User 2 chat"
29  }