diff options
Diffstat (limited to 'vendor/github.com/matterbridge/slack/websocket_pins.go')
-rw-r--r-- | vendor/github.com/matterbridge/slack/websocket_pins.go | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/vendor/github.com/matterbridge/slack/websocket_pins.go b/vendor/github.com/matterbridge/slack/websocket_pins.go deleted file mode 100644 index 95445e28..00000000 --- a/vendor/github.com/matterbridge/slack/websocket_pins.go +++ /dev/null @@ -1,16 +0,0 @@ -package slack - -type pinEvent struct { - Type string `json:"type"` - User string `json:"user"` - Item Item `json:"item"` - Channel string `json:"channel_id"` - EventTimestamp string `json:"event_ts"` - HasPins bool `json:"has_pins,omitempty"` -} - -// PinAddedEvent represents the Pin added event -type PinAddedEvent pinEvent - -// PinRemovedEvent represents the Pin removed event -type PinRemovedEvent pinEvent |