Comment Object
Comments within a post conversation.
The Comment object is structured with multiple fields representing the attributes of a comment within a post conversation.
This structure allows for comments to be organized in a hierarchy with Parent and Child Comments, where each Comment may have attributes indicating its interactivity, visibility, and its relationship to other Comments and Posts in the system.
Below are the details of the Comment object’s structure:
Unique identifier for the Comment.
Reference to the Post to which the Comment is associated.
Information about the Member who created the Comment.
The content of the Comment.
A flag denoting whether the Comment is pinned.
Specifies if the Comment is related to a status update.
Shows if the Comment has been marked as deleted.
Indicates if the Comment is a result of merging multiple comments.
The ID of the parent Comment if this is a reply (Child Comment).
The number of likes on the Comment.
The count of replies (Child Comments) to this Comment.
The date and time when the Comment was created.