5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-01-31 01:14:39 +00:00

8 lines
138 B
Go
Raw Normal View History

2016-09-05 16:34:37 +02:00
package slack
// Group contains all the information for a group
type Group struct {
2019-09-07 22:46:58 +02:00
GroupConversation
2016-09-05 16:34:37 +02:00
IsGroup bool `json:"is_group"`
}