From c80f0060c3ccbb317fb310f45c2d9c7e14f056c3 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Sun, 8 Sep 2024 20:58:35 +0200 Subject: [PATCH] Fix missing item.text --- items.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/items.go b/items.go index fcfa45c..181eafc 100644 --- a/items.go +++ b/items.go @@ -11,6 +11,7 @@ type Item struct { ParentId int `json:"parentId"` Title string `json:"title"` Url string `json:"url"` + Text string `json:"text"` Sats int `json:"sats"` CreatedAt time.Time `json:"createdAt"` Comments []Comment `json:"comments"` @@ -197,6 +198,7 @@ func (c *Client) Items(query *ItemsQuery) (*ItemsCursor, error) { deletedAt title url + text user { id name