SCFeedDiscussionType
Interface SCFeedDiscussionType. FeedDiscussion Schema.
Extends
Properties
| Property | Type | Description | Inherited from | 
|---|---|---|---|
| added_at | Date | Added at | SCFeedObjectType.added_at | 
| addressing | SCTagType[] | Tags addressing | SCFeedObjectType.addressing | 
| author? | SCUserType | Author of the contribute | SCFeedObjectType.author | 
| categories? | SCCategoryType[] | List of categories. | SCFeedObjectType.categories | 
| collapsed | boolean | True if the object is hidden | SCFeedObjectType.collapsed | 
| comment_count | number | Number of comment | SCFeedObjectType.comment_count | 
| deleted | boolean | True if the object is deleted | SCFeedObjectType.deleted | 
| draft? | boolean | True if scheduled_posts ddp is enabled and if the feed object is not published yet | SCFeedObjectType.draft | 
| event? | SCEventType | The id of the event. | SCFeedObjectType.event | 
| flag_count | number | Number of flags | SCFeedObjectType.flag_count | 
| followed? | boolean | True if the logged user follow this object | SCFeedObjectType.followed | 
| follower_count | number | Number of followers | SCFeedObjectType.follower_count | 
| group? | SCGroupType | The id of the group. | SCFeedObjectType.group | 
| html | string | Html | SCFeedObjectType.html | 
| id | number | The ID of the post. | SCFeedObjectType.id | 
| last_activity_at | Date | Last activity at | SCFeedObjectType.last_activity_at | 
| last_edited_at | Date | Last edited at | SCFeedObjectType.last_edited_at | 
| location? | SCContributionLocation | Location (contribution geolocation) | SCFeedObjectType.location | 
| medias? | SCMediaType[] | List of medias | SCFeedObjectType.medias | 
| poll? | SCPollType | Poll | - | 
| reaction | SCReactionType | Reaction obj | SCFeedObjectType.reaction | 
| reactions_count | any[] | Reactions number and objs | SCFeedObjectType.reactions_count | 
| recipients? | SCUserAutocompleteType[] | Users addressing | SCFeedObjectType.recipients | 
| scheduled_at? | Date | Scheduled at | SCFeedObjectType.scheduled_at | 
| share_count | number | Number of internal share | SCFeedObjectType.share_count | 
| slug | string | Slug | SCFeedObjectType.slug | 
| summary | string | Summary | SCFeedObjectType.summary | 
| summary_html? | string | Summary html | SCFeedObjectType.summary_html | 
| summary_truncated? | boolean | True if summary_html is truncated | SCFeedObjectType.summary_truncated | 
| suspended? | boolean | Suspended notification | SCFeedObjectType.suspended | 
| title | string | Title of the discussion | - | 
| type | DISCUSSION|POST|STATUS | Type: discussion, post, status | SCFeedObjectType.type | 
| view_count | number | Number of views | SCFeedObjectType.view_count | 
| vote_count | number | Number of votes | SCFeedObjectType.vote_count | 
| voted? | boolean | True if the logged user has already voted this object | SCFeedObjectType.voted |