Skip to content

Commit

Permalink
feat: GroupsGroupPublicCategoryList.Subcategories
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud committed May 25, 2020
1 parent 69a164a commit 2931ae6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions object/groups.go
Expand Up @@ -283,9 +283,9 @@ type GroupsGroupLink struct {

// GroupsGroupPublicCategoryList struct.
type GroupsGroupPublicCategoryList struct {
ID int `json:"id"`
Name string `json:"name"`
SubtypesList []GroupsGroupCategoryType `json:"subtypes_list"`
ID int `json:"id"`
Name string `json:"name"`
Subcategories []GroupsGroupCategoryType `json:"subcategories"`
}

// GroupsGroupSettings Photos type.
Expand Down

0 comments on commit 2931ae6

Please sign in to comment.