30 lines
491 B
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"
|
|
}
|