Codebase list golang-github-nlopes-slack / 939eb8b
Remove extra Users field from UserGroup Florin Patan 7 years ago
1 changed file(s) with 1 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
2222 UpdatedBy string `json:"updated_by"`
2323 DeletedBy string `json:"deleted_by"`
2424 Prefs UserGroupPrefs `json:"prefs"`
25 Users []string
26 UserCount int `json:"user_count"`
25 UserCount int `json:"user_count"`
2726 }
2827
2928 // UserGroupPrefs contains default channels and groups (private channels)