Skip to content

Commit

Permalink
Groups: Add _more_groups attribute to GroupInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrunwald committed Sep 19, 2021
1 parent 67c9345 commit ff14d06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions groups.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ type GroupInfo struct {
Owner string `json:"owner,omitempty"`
OwnerID string `json:"owner_id,omitempty"`
CreatedOn *Timestamp `json:"created_on,omitempty"`
MoreGroups bool `json:"_more_groups,omitempty"`
Members []AccountInfo `json:"members,omitempty"`
Includes []GroupInfo `json:"includes,omitempty"`
}
Expand Down

0 comments on commit ff14d06

Please sign in to comment.