From 37873acfcd328e7c9eaf2e69148de05b8d00a428 Mon Sep 17 00:00:00 2001 From: Wim Date: Sun, 6 Nov 2016 00:07:24 +0100 Subject: Update vendor (slack) --- vendor/github.com/nlopes/slack/conversation.go | 1 - 1 file changed, 1 deletion(-) (limited to 'vendor/github.com/nlopes/slack/conversation.go') diff --git a/vendor/github.com/nlopes/slack/conversation.go b/vendor/github.com/nlopes/slack/conversation.go index 51b993d1..83a1d4ee 100644 --- a/vendor/github.com/nlopes/slack/conversation.go +++ b/vendor/github.com/nlopes/slack/conversation.go @@ -18,7 +18,6 @@ type groupConversation struct { Creator string `json:"creator"` IsArchived bool `json:"is_archived"` Members []string `json:"members"` - NumMembers int `json:"num_members,omitempty"` Topic Topic `json:"topic"` Purpose Purpose `json:"purpose"` } -- cgit v1.2.3