aboutsummaryrefslogtreecommitdiffstats
path: root/mock_data/slack_info_im.json
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2022-11-23 19:58:10 +0100
committerTrygve Aaberge <trygveaa@gmail.com>2024-02-18 11:32:53 +0100
commitf2fc8b771c5f7c93f6bbfd44ad42494eaed107a6 (patch)
treed80072c5eb8b539a6148a4a02e04ec3a4f6d8f8b /mock_data/slack_info_im.json
parentc3f6d47f902741e99dc1d23e56038d24c383d74e (diff)
downloadwee-slack-f2fc8b771c5f7c93f6bbfd44ad42494eaed107a6.tar.gz
Add some mock data files
Diffstat (limited to 'mock_data/slack_info_im.json')
-rw-r--r--mock_data/slack_info_im.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/mock_data/slack_info_im.json b/mock_data/slack_info_im.json
new file mode 100644
index 0000000..bfb43bb
--- /dev/null
+++ b/mock_data/slack_info_im.json
@@ -0,0 +1,42 @@
+{
+ "ok": true,
+ "channel": {
+ "id": "D9N2KD0V6",
+ "created": 1520893592,
+ "is_archived": false,
+ "is_im": true,
+ "is_org_shared": false,
+ "context_team_id": "T0FC8BFQR",
+ "user": "U9NJX9J83",
+ "last_read": "1665038145.797419",
+ "latest": {
+ "client_msg_id": "0f1253bc-9159-47ec-b184-e106eae4bd3c",
+ "type": "message",
+ "text": "7",
+ "user": "U9NJX9J83",
+ "ts": "1665038145.797419",
+ "blocks": [
+ {
+ "type": "rich_text",
+ "block_id": "w6H",
+ "elements": [
+ {
+ "type": "rich_text_section",
+ "elements": [
+ {
+ "type": "text",
+ "text": "7"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "team": "T0FC8BFQR"
+ },
+ "unread_count": 0,
+ "unread_count_display": 0,
+ "is_open": true,
+ "priority": 0
+ }
+}