mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-15 16:39:26 +01:00
a0bca42a7a
* Update vendored libs * Fix slack api changes
8 lines
138 B
Go
8 lines
138 B
Go
package slack
|
|
|
|
// Group contains all the information for a group
|
|
type Group struct {
|
|
GroupConversation
|
|
IsGroup bool `json:"is_group"`
|
|
}
|