No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
ConnectApi.FeedItemInput Class
Used to add rich feed items, for example, feed items that
include @mentions or files. Also used to bookmark a feed item.
Subclass of ConnectApi.FeedElementInput Class as of version 31.0.
| Property | Type | Description | Available Version |
|---|---|---|---|
| attachment | ConnectApi.FeedItemAttachmentInput Class | Specifies the attachment for the feed item. The feed item type is inferred based on the provided attachment. | 28.0–31.0 |
| body | ConnectApi.MessageBodyInput Class | Message body. The body can contain up to 25 mentions. If you specify originalFeedItemId or originalFeedElementId to share a feed item, use this property to add a comment. |
28.0 |
| isBookmarkedByCurrentUser | Boolean | Specifies if the new feed item should be bookmarked for the user (true) or not (false). | 28.0–31.0 |
| originalFeedElementId | String | The 18-character ID of a feed element to share. | 31.0 |
| originalFeedItemId | String | The 18-character ID of a feed item to share. | 28.0–31.0 |
| visibility | ConnectApi.FeedItemVisibilityType Enum | Specifies the type of users
who can see a feed item.
|
28.0 |