5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 15:49:36 +00:00
matterbridge/vendor/github.com/slack-go/slack/groups.go
Wim a0bca42a7a
Update vendor (#1461)
* Update vendored libs

* Fix slack api changes
2021-05-05 22:03:28 +02:00

8 lines
138 B
Go

package slack
// Group contains all the information for a group
type Group struct {
GroupConversation
IsGroup bool `json:"is_group"`
}