id | string | Unique identifier for the comment. | |
attachments | Attachment[] | List of attachments in the comment. | ✔️ |
commentsCount | number | Number of replies to the comment. | |
createdAt | number | Timestamp when the comment was created. | |
deleteReason | string | Reason for deletion, if applicable. | ✔️ |
deletedBy | string | User who deleted the comment. | ✔️ |
deletedByUuid | string | UUID of the user who deleted the comment. | ✔️ |
isDeleted | boolean | Whether the comment has been deleted. | |
isEdited | boolean | Whether the comment has been edited. | |
isLiked | boolean | Whether the comment is liked by the user. | |
level | number | Level of the comment in the thread hierarchy. | |
likesCount | number | Number of likes the comment has received. | |
menuItems | MenuItem[] | List of menu actions available for the comment. | ✔️ |
postId | string | ID of the post the comment belongs to. | |
tempId | null | string | Temporary ID for the comment. | ✔️ |
text | string | Content of the comment. | |
updatedAt | number | Timestamp when the comment was last updated. | |
uuid | string | Unique user identifier for the comment author. | |