Skip to main content

Interface: SCFeedObjectType

Interface SCFeedObjectType. FeedObject Schema. General object.

Hierarchy

Properties

added_at

added_at: Date

Added at

Defined in

feed.ts:136


addressing

addressing: SCTagType[]

Tags adderssing

Defined in

feed.ts:221


author

Optional author: SCUserType

Author of the contribute

Defined in

feed.ts:126


categories

Optional categories: SCCategoryType[]

List of categories.

Defined in

feed.ts:111


collapsed

collapsed: boolean

True if the object is hidden

Defined in

feed.ts:171


comment_count

comment_count: number

Number of comment

Defined in

feed.ts:176


deleted

deleted: boolean

True if the object is deleted

Defined in

feed.ts:166


flag_count

flag_count: number

Number of flags

Defined in

feed.ts:216


followed

Optional followed: boolean

True if the logged user follow this object

Defined in

feed.ts:186


follower_count

follower_count: number

Number of followers

Defined in

feed.ts:199


html

html: string

Html

Defined in

feed.ts:146


id

id: number

The ID of the post.

Defined in

feed.ts:106


last_activity_at

last_activity_at: Date

Last activity at

Defined in

feed.ts:131


location

Optional location: SCContributionLocation

Location (contribution geolocation)

Defined in

feed.ts:121


medias

Optional medias: SCMediaType[]

List of medias

Defined in

feed.ts:116


reaction

reaction: SCReactionType

Reaction obj

Defined in

feed.ts:203


reactions_count

reactions_count: any[]

Reactions number and objs

Defined in

feed.ts:207


share_count

share_count: number

Number of internal share

Defined in

feed.ts:181


slug

slug: string

Slug

Defined in

feed.ts:141


summary

summary: string

Summary

Defined in

feed.ts:151


summary_html

Optional summary_html: string

Summary html

Defined in

feed.ts:156


summary_truncated

Optional summary_truncated: boolean

True if summary_html is truncated

Defined in

feed.ts:161


suspended

Optional suspended: boolean

Suspended notification

Defined in

feed.ts:231


type

type: DISCUSSION | POST | STATUS

Type: discussion, post, status

Defined in

feed.ts:226


view_count

view_count: number

Number of views

Defined in

feed.ts:191


vote_count

vote_count: number

Number of votes

Defined in

feed.ts:195


voted

Optional voted: boolean

True if the logged user has already voted this object

Defined in

feed.ts:211