From a814259c24623ad75740c2104037f20ac00ca302 Mon Sep 17 00:00:00 2001 From: Suvorov Daniil Date: Tue, 11 Jan 2022 18:02:13 +0300 Subject: [PATCH] feat: WidgetsWidgetComment add fields --- object/widgets.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/object/widgets.go b/object/widgets.go index 80905a3f..ae2aee07 100644 --- a/object/widgets.go +++ b/object/widgets.go @@ -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.