Skip to content

Commit

Permalink
feat: WidgetsWidgetComment add fields
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud committed Jan 11, 2022
1 parent db14df1 commit a814259
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions object/widgets.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ type WidgetsWidgetComment struct {
Views struct {
Count int `json:"count"`
} `json:"views"`
Donut WallWallpostDonut `json:"donut"`
ShortTextRate float64 `json:"short_text_rate"`
}

// WidgetsWidgetLikes struct.
Expand Down

0 comments on commit a814259

Please sign in to comment.