Skip to main content

Interface: SCFeedUnitType

Interface SCFeedUnitType. FeedUnit Schema.

Properties

activities

Optional activities: SCFeedUnitActivityType[]

List of feed activities. This field is returned only for relevance feed

Defined in

feed.ts:56


discussion

Optional discussion: SCFeedDiscussionType

Discussion object

Defined in

feed.ts:31


has_boost

Optional has_boost: boolean

True if this object has the visibility boost

Defined in

feed.ts:51


post

Optional post: SCFeedPostType

Post object

Defined in

feed.ts:36


seen_by_id

Optional seen_by_id: number[]

Id of User that have seen this object

Defined in

feed.ts:46


status

Optional status: SCFeedObjectType

Status object

Defined in

feed.ts:41


type

type: DISCUSSION | POST | STATUS

The type of the object, can be discussion, post or status

Defined in

feed.ts:26