Skip to main content

Interface: SCFeedDiscussionType

Interface SCFeedDiscussionType. FeedDiscussion Schema.

Hierarchy

Properties

added_at

added_at: Date

Added at

Inherited from

SCFeedObjectType.added_at

Defined in

feed.ts:136


addressing

addressing: SCTagType[]

Tags adderssing

Inherited from

SCFeedObjectType.addressing

Defined in

feed.ts:221


author

Optional author: SCUserType

Author of the contribute

Inherited from

SCFeedObjectType.author

Defined in

feed.ts:126


categories

Optional categories: SCCategoryType[]

List of categories.

Inherited from

SCFeedObjectType.categories

Defined in

feed.ts:111


collapsed

collapsed: boolean

True if the object is hidden

Inherited from

SCFeedObjectType.collapsed

Defined in

feed.ts:171


comment_count

comment_count: number

Number of comment

Inherited from

SCFeedObjectType.comment_count

Defined in

feed.ts:176


deleted

deleted: boolean

True if the object is deleted

Inherited from

SCFeedObjectType.deleted

Defined in

feed.ts:166


flag_count

flag_count: number

Number of flags

Inherited from

SCFeedObjectType.flag_count

Defined in

feed.ts:216


followed

Optional followed: boolean

True if the logged user follow this object

Inherited from

SCFeedObjectType.followed

Defined in

feed.ts:186


follower_count

follower_count: number

Number of followers

Inherited from

SCFeedObjectType.follower_count

Defined in

feed.ts:199


html

html: string

Html

Inherited from

SCFeedObjectType.html

Defined in

feed.ts:146


id

id: number

The ID of the post.

Inherited from

SCFeedObjectType.id

Defined in

feed.ts:106


last_activity_at

last_activity_at: Date

Last activity at

Inherited from

SCFeedObjectType.last_activity_at

Defined in

feed.ts:131


location

Optional location: SCContributionLocation

Location (contribution geolocation)

Inherited from

SCFeedObjectType.location

Defined in

feed.ts:121


medias

Optional medias: SCMediaType[]

List of medias

Inherited from

SCFeedObjectType.medias

Defined in

feed.ts:116


poll

Optional poll: SCPollType

Poll

Defined in

feed.ts:247


reaction

reaction: SCReactionType

Reaction obj

Inherited from

SCFeedObjectType.reaction

Defined in

feed.ts:203


reactions_count

reactions_count: any[]

Reactions number and objs

Inherited from

SCFeedObjectType.reactions_count

Defined in

feed.ts:207


share_count

share_count: number

Number of internal share

Inherited from

SCFeedObjectType.share_count

Defined in

feed.ts:181


slug

slug: string

Slug

Inherited from

SCFeedObjectType.slug

Defined in

feed.ts:141


summary

summary: string

Summary

Inherited from

SCFeedObjectType.summary

Defined in

feed.ts:151


summary_html

Optional summary_html: string

Summary html

Inherited from

SCFeedObjectType.summary_html

Defined in

feed.ts:156


summary_truncated

Optional summary_truncated: boolean

True if summary_html is truncated

Inherited from

SCFeedObjectType.summary_truncated

Defined in

feed.ts:161


suspended

Optional suspended: boolean

Suspended notification

Inherited from

SCFeedObjectType.suspended

Defined in

feed.ts:231


title

title: string

Title of the discussion

Defined in

feed.ts:242


type

type: DISCUSSION | POST | STATUS

Type: discussion, post, status

Inherited from

SCFeedObjectType.type

Defined in

feed.ts:226


view_count

view_count: number

Number of views

Inherited from

SCFeedObjectType.view_count

Defined in

feed.ts:191


vote_count

vote_count: number

Number of votes

Inherited from

SCFeedObjectType.vote_count

Defined in

feed.ts:195


voted

Optional voted: boolean

True if the logged user has already voted this object

Inherited from

SCFeedObjectType.voted

Defined in

feed.ts:211