Skip to content

Commit 6a4d162

Browse files
committed
Update the JSON payload data
1 parent cc426a1 commit 6a4d162

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

json-logs/samples/events/GroupDeletedPayload.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"event_context": "",
1717
"event": {
1818
"type": "group_deleted",
19-
"channel": ""
19+
"channel": "",
20+
"date_deleted": 123,
21+
"actor_id": "",
22+
"event_ts": ""
2023
}
2124
}
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
22
"type": "group_deleted",
3-
"channel": ""
3+
"channel": "",
4+
"date_deleted": 123,
5+
"actor_id": "",
6+
"event_ts": ""
47
}

0 commit comments

Comments
 (0)