Fix missing item.text

This commit is contained in:
ekzyis 2024-09-08 20:58:35 +02:00
parent f911f10822
commit c80f0060c3
1 changed files with 2 additions and 0 deletions

View File

@ -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