1 2 3 4 5 6 7
package slack // Group contains all the information for a group type Group struct { GroupConversation IsGroup bool `json:"is_group"` }