Skip to content

Commit

Permalink
feat: StoriesStory add fields
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud committed Jan 11, 2022
1 parent f4f1a41 commit 9cc563b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions object/stories.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand All @@ -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.
Expand Down

0 comments on commit 9cc563b

Please sign in to comment.