File: groups.go

package info (click to toggle)
golang-github-slack-go-slack 0.11.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,720 kB
  • sloc: makefile: 54
file content (7 lines) | stat: -rw-r--r-- 138 bytes parent folder | download
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"`
}