From 9cc563bfc7338ec55e245193246a6b3c363b9aa7 Mon Sep 17 00:00:00 2001 From: Suvorov Daniil Date: Wed, 12 Jan 2022 00:03:24 +0300 Subject: [PATCH] feat: StoriesStory add fields --- object/stories.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/object/stories.go b/object/stories.go index c04ab653..5f87745a 100644 --- a/object/stories.go +++ b/object/stories.go @@ -127,6 +127,7 @@ type StoriesStory struct { Seen BaseBoolInt `json:"seen"` IsOwnerPinned BaseBoolInt `json:"is_owner_pinned"` IsOneTime BaseBoolInt `json:"is_one_time"` + IsAdvice BaseBoolInt `json:"is_advice,omitempty"` NeedMute BaseBoolInt `json:"need_mute"` MuteReply BaseBoolInt `json:"mute_reply"` CanLike BaseBoolInt `json:"can_like"` @@ -152,6 +153,7 @@ type StoriesStory struct { NarrativesCount int `json:"narratives_count"` FirstNarrativeTitle string `json:"first_narrative_title"` Questions StoriesQuestions `json:"questions"` + ReactionSetID string `json:"reaction_set_id"` } // StoriesFeedItemType type.