add AvatarURL field to api groups (in modules/structs package)

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
2026-04-02 20:00:56 -04:00
parent bc494f09ba
commit ba0c7caabb
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ type Group struct {
NumSubgroups int64 `json:"num_subgroups"`
Link string `json:"link"`
SortOrder int `json:"sort_order"`
AvatarURL string `json:"avatar_url"`
}
// NewGroupOption represents options for creating a new group in an organization