summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/nlopes/slack/websocket_dm.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/nlopes/slack/websocket_dm.go')
-rw-r--r--vendor/github.com/nlopes/slack/websocket_dm.go23
1 files changed, 0 insertions, 23 deletions
diff --git a/vendor/github.com/nlopes/slack/websocket_dm.go b/vendor/github.com/nlopes/slack/websocket_dm.go
deleted file mode 100644
index 98bf6f88..00000000
--- a/vendor/github.com/nlopes/slack/websocket_dm.go
+++ /dev/null
@@ -1,23 +0,0 @@
-package slack
-
-// IMCreatedEvent represents the IM created event
-type IMCreatedEvent struct {
- Type string `json:"type"`
- User string `json:"user"`
- Channel ChannelCreatedInfo `json:"channel"`
-}
-
-// IMHistoryChangedEvent represents the IM history changed event
-type IMHistoryChangedEvent ChannelHistoryChangedEvent
-
-// IMOpenEvent represents the IM open event
-type IMOpenEvent ChannelInfoEvent
-
-// IMCloseEvent represents the IM close event
-type IMCloseEvent ChannelInfoEvent
-
-// IMMarkedEvent represents the IM marked event
-type IMMarkedEvent ChannelInfoEvent
-
-// IMMarkedHistoryChanged represents the IM marked history changed event
-type IMMarkedHistoryChanged ChannelInfoEvent