File tree Expand file tree Collapse file tree 5 files changed +5
-33
lines changed
slack-api-client/src/main/java/com/slack/api/audit Expand file tree Collapse file tree 5 files changed +5
-33
lines changed Original file line number Diff line number Diff line change 285285 " public_channel_preview" ,
286286 " external_shared_channel_access_downgraded" ,
287287 " private_channel_converted_to_public" ,
288- " record_channel_archive"
288+ " record_channel_archive" ,
289+ " record_channel_unarchive"
289290 ],
290291 "app" : [
291292 " app_installed" ,
Original file line number Diff line number Diff line change 4949 "thread_ts" : " 0000000000.000000" ,
5050 "latest_reply" : " 0000000000.000000" ,
5151 "source" : " "
52- },
53- {
54- "reply_users" : [
55- " "
56- ],
57- "reply_users_count" : 12345 ,
58- "reply_count" : 12345 ,
59- "ts" : " 0000000000.000000" ,
60- "channel_name" : " " ,
61- "team_id" : " T00000000" ,
62- "share_user_id" : " U00000000" ,
63- "source" : " "
6452 }
6553 ],
6654 "C00000001" : [
7765 "thread_ts" : " 0000000000.000000" ,
7866 "latest_reply" : " 0000000000.000000" ,
7967 "source" : " "
80- },
81- {
82- "reply_users" : [
83- " "
84- ],
85- "reply_users_count" : 12345 ,
86- "reply_count" : 12345 ,
87- "ts" : " 0000000000.000000" ,
88- "channel_name" : " " ,
89- "team_id" : " T00000000" ,
90- "share_user_id" : " U00000000" ,
91- "source" : " "
9268 }
9369 ]
9470 }
Original file line number Diff line number Diff line change 6446664466 "ts": "0000000000.000000",
6446764467 "channel_name": "",
6446864468 "team_id": "T00000000",
64469- "access": "",
6447064469 "share_user_id": "U00000000",
6447164470 "source": ""
6447264471 }
6448964488 "ts": "0000000000.000000",
6449064489 "channel_name": "",
6449164490 "team_id": "T00000000",
64492- "access": "",
6449364491 "share_user_id": "U00000000",
6449464492 "source": ""
6449564493 }
6456264560 "sent_to_self": false,
6456364561 "bot_id": "B00000000",
6456464562 "editors": [
64565- "",
64566- "U00000000"
64563+ ""
6456764564 ],
6456864565 "url_static_preview": "https://www.example.com/",
6456964566 "quip_thread_id": "",
Original file line number Diff line number Diff line change 8484 "ts": "0000000000.000000",
8585 "channel_name": "",
8686 "team_id": "T00000000",
87- "access": "",
8887 "share_user_id": "U00000000",
8988 "source": ""
9089 }
107106 "ts": "0000000000.000000",
108107 "channel_name": "",
109108 "team_id": "T00000000",
110- "access": "",
111109 "share_user_id": "U00000000",
112110 "source": ""
113111 }
180178 "sent_to_self": false,
181179 "bot_id": "B00000000",
182180 "editors": [
183- "",
184- "U00000000"
181+ ""
185182 ],
186183 "url_static_preview": "https://www.example.com/",
187184 "quip_thread_id": "",
Original file line number Diff line number Diff line change @@ -309,6 +309,7 @@ private Channel() {
309309 public static final String public_channel_preview = "public_channel_preview" ;
310310 public static final String private_channel_converted_to_public = "private_channel_converted_to_public" ;
311311 public static final String record_channel_archive = "record_channel_archive" ;
312+ public static final String record_channel_unarchive = "record_channel_unarchive" ;
312313 }
313314
314315 public static class App {
You can’t perform that action at this time.
0 commit comments