Newer Version Available
Chatter Likes Capability
If a feed element has this capability, the context user can like it.
Exposes information about existing likes.
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| isLikedByCurrentUser | Boolean | Indicates whether the feed element is liked by the current user (true) or not (false). | Small, 32.0 | 32.0 |
| page | Like Page | Likes information for this feed element. | Small, 32.0 | 32.0 |
| likesMessage | Like Message Body | A message body that describes who likes the feed element. | Small, 32.0 | 32.0 |
| myLike | Reference | If the context user has liked the feed element, this property is a reference to the specific like, null otherwise. | Medium, 32.0 | 32.0 |