Update slack vendor to master (#958)

This commit is contained in:
Wim
2019-12-07 22:54:36 +01:00
committed by GitHub
parent 173a38a374
commit f43faf15f8
20 changed files with 263 additions and 60 deletions

View File

@@ -131,7 +131,7 @@ type MemberJoinedChannelEvent struct {
Inviter string `json:"inviter"`
}
// MemberJoinedChannelEvent, a user left a public or private channel
// MemberLeftChannelEvent a user left a public or private channel
type MemberLeftChannelEvent struct {
Type string `json:"type"`
User string `json:"user"`