Update vendor (slack)

This commit is contained in:
Wim
2018-01-08 22:41:38 +01:00
parent 4828c43443
commit be898b44c3
58 changed files with 769 additions and 167 deletions

8
vendor/github.com/nlopes/slack/websocket_dnd.go generated vendored Normal file
View File

@@ -0,0 +1,8 @@
package slack
// DNDUpdatedEvent represents the update event for Do Not Disturb
type DNDUpdatedEvent struct {
Type string `json:"type"`
User string `json:"user"`
Status DNDStatus `json:"dnd_status"`
}