forked from simonwongwong/Facebook-Messenger-JSON-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample_data.json
70 lines (70 loc) · 1.72 KB
/
sample_data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"participants": [
{
"name": "Zuko"
},
{
"name": "Sokka"
}
],
"messages": [
{
"sender_name": "Zuko",
"timestamp_ms": 1579137191303,
"content": "That's rough, buddy.",
"type": "Generic"
},
{
"sender_name": "Sokka",
"timestamp_ms": 1579137103044,
"content": "My first girlfriend turned into the moon",
"type": "Generic"
},
{
"sender_name": "Zuko",
"timestamp_ms": 1579137078312,
"content": "Everyone in the Fire Nation thinks I'm a traitor, I couldn't drag her into it.",
"type": "Generic"
},
{
"sender_name": "Zuko",
"timestamp_ms": 1579136858575,
"content": "Yeah",
"type": "Generic"
},
{
"sender_name": "Sokka",
"timestamp_ms": 1579136847743,
"content": "That gloomy girl who sighs a lot?!",
"type": "Generic"
},
{
"sender_name": "Zuko",
"timestamp_ms": 1579136839127,
"content": "Well, I did have a girlfriend. Mai.",
"type": "Generic"
},
{
"sender_name": "Sokka",
"timestamp_ms": 1579136837474,
"content": "Really? You didn't leave behind anyone you cared about?",
"type": "Generic"
},
{
"sender_name": "Zuko",
"timestamp_ms": 1579136836700,
"content": "It wasn't that hard",
"type": "Generic"
},
{
"sender_name": "Sokka",
"timestamp_ms": 1579136824886,
"content": "I think your uncle would be proud of you, leaving your home to come help us -- that's hard",
"type": "Generic"
}
],
"title": "The Boiling Rock Pt. 1",
"is_still_participant": true,
"thread_type": "Regular",
"thread_path": "inbox/TheBoilingRockPt1_u3hhb2HmZg"
}