forked from slackapi/java-slack-sdk
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgroups.replies.json
More file actions
43 lines (43 loc) · 1008 Bytes
/
groups.replies.json
File metadata and controls
43 lines (43 loc) · 1008 Bytes
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
{
"messages": [
{
"type": "",
"subtype": "",
"text": "",
"ts": "0000000000.000000",
"username": "",
"bot_id": "B00000000",
"thread_ts": "0000000000.000000",
"reply_count": 12345,
"reply_users_count": 12345,
"latest_reply": "0000000000.000000",
"reply_users": [
"B00000000",
"U00000000"
],
"subscribed": false,
"user": "U00000000",
"team": "T00000000",
"bot_profile": {
"id": "B00000000",
"deleted": false,
"name": "",
"updated": 12345,
"app_id": "A00000000",
"icons": {
"image_36": "https://www.example.com/",
"image_48": "https://www.example.com/",
"image_72": "https://www.example.com/"
},
"team_id": "T00000000"
},
"last_read": "0000000000.000000",
"parent_user_id": "U00000000"
}
],
"has_more": false,
"ok": false,
"error": "",
"needed": "",
"provided": ""
}