base-data-manager/test/fixtures/facebook-json-2021-05-01/messages/inbox/randomuser2_xxxxxxxx/message_1.json

30 lines
491 B
JSON

{
"participants": [
{
"name": "xxx"
},
{
"name": "xxx"
}
],
"messages": [
{
"sender_name": "xxx",
"timestamp_ms": 69,
"content": "xxx",
"type": "xxx",
"is_unsent": false
},
{
"sender_name": "xxx",
"timestamp_ms": 69,
"content": "xxx",
"type": "xxx",
"is_unsent": false
}
],
"title": "xxx",
"is_still_participant": true,
"thread_type": "xxx",
"thread_path": "some/path"
}