summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/nlopes/slack/search.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/nlopes/slack/search.go')
-rw-r--r--vendor/github.com/nlopes/slack/search.go10
1 files changed, 8 insertions, 2 deletions
diff --git a/vendor/github.com/nlopes/slack/search.go b/vendor/github.com/nlopes/slack/search.go
index 67e3b1d1..de6b40ac 100644
--- a/vendor/github.com/nlopes/slack/search.go
+++ b/vendor/github.com/nlopes/slack/search.go
@@ -23,8 +23,14 @@ type SearchParameters struct {
}
type CtxChannel struct {
- ID string `json:"id"`
- Name string `json:"name"`
+ ID string `json:"id"`
+ Name string `json:"name"`
+ IsExtShared bool `json:"is_ext_shared"`
+ IsMPIM bool `json:"is_mpim"`
+ ISOrgShared bool `json:"is_org_shared"`
+ IsPendingExtShared bool `json:"is_pending_ext_shared"`
+ IsPrivate bool `json:"is_private"`
+ IsShared bool `json:"is_shared"`
}
type CtxMessage struct {