forked from lug/matterbridge
Update slack vendor to master (#958)
This commit is contained in:
+8
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user