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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"data": [
{
"id": "c1-id",
"intId": 1000,
"post": {
"id": "post-list-1"
},
"author": {
"id": 101,
"name": "User_A",
"hasAvatar": true,
"avatarUrl": "url_a"
},
"createdAt": 1764832700,
"updatedAt": null,
"isDeleted": false,
"isBlocked": false,
"isUpdated": false,
"replyCount": 1,
"replies": null,
"data": [
{
"type": "text",
"content": "[\"Comment 1\",\"unstyled\",[]]",
"modificator": ""
}
],
"reactions": {
"sad": 0,
"laught": 0,
"like": 1,
"wonder": 0,
"angry": 0,
"fire": 0,
"dislike": 0,
"heart": 0
},
"reactionCounters": [
{
"type": "like",
"count": 1
}
],
"parentId": null,
"replyId": null,
"replyToUser": null
},
{
"id": "c2-id",
"intId": 1001,
"post": {
"id": "post-list-1"
},
"author": {
"id": 102,
"name": "User_B",
"hasAvatar": false,
"avatarUrl": "url_b"
},
"createdAt": 1764832800,
"updatedAt": null,
"isDeleted": false,
"isBlocked": false,
"isUpdated": false,
"replyCount": 0,
"replies": null,
"data": [
{
"type": "text",
"content": "[\"Comment 2\",\"unstyled\",[]]",
"modificator": ""
}
],
"reactions": {
"sad": 0,
"laught": 0,
"like": 0,
"wonder": 0,
"angry": 0,
"fire": 0,
"dislike": 0,
"heart": 0
},
"reactionCounters": [],
"parentId": null,
"replyId": null,
"replyToUser": null
}
],
"extra": {
"isFirst": true,
"isLast": false
}
}