Skip to content

Commit

Permalink
feat: add NewsfeedItemMarket
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud committed Jun 1, 2020
1 parent 8ffa2b7 commit c35b43a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions object/newsfeed.go
Expand Up @@ -133,8 +133,10 @@ type NewsfeedList struct {
Title string `json:"title"` // List title
}

// type NewsfeedListFull struct {
// }
// NewsfeedItemMarket struct.
type NewsfeedItemMarket struct {
MarketMarketItem
}

// NewsfeedNewsfeedItem struct.
type NewsfeedNewsfeedItem struct {
Expand All @@ -155,6 +157,7 @@ type NewsfeedNewsfeedItem struct {
NewsfeedItemVideo
NewsfeedItemDigest
NewsfeedItemStoriesBlock
NewsfeedItemMarket

CreatedBy int `json:"created_by,omitempty"`
CanEdit BaseBoolInt `json:"can_edit,omitempty"`
Expand Down

0 comments on commit c35b43a

Please sign in to comment.