id | string | Unique identifier for the comment | |
Id | string | Alternative identifier (optional) | ✔️ |
postId | string | ID of the associated post | |
isEdited | boolean | Indicates if the comment has been edited | |
isLiked | boolean | Indicates if the comment is liked | |
text | string | Content of the comment | |
userId | string | ID of the user who made the comment | |
level | number | Depth level of the comment (for nesting) | |
likesCount | number | Number of likes the comment has received | |
repliesCount | number | Number of replies to the comment | |
user | LMUserViewData | User information of the comment creator | |
updatedAt | number | Timestamp of the last update | |
createdAt | number | Timestamp of when the comment was created | |
menuItems | LMMenuItemsViewData[] | Menu items associated with the comment | |
replies | LMCommentViewData[] | Replies to this comment | ✔️ |
parentComment | LMCommentViewData | Parent comment if this is a reply | ✔️ |
parentId | string | ID of the parent comment | ✔️ |
alreadySeenFullContent | boolean | Indicates if the full content has been seen | ✔️ |
uuid | string | Unique identifier for the comment (UUID) | |
tempId | string | Temporary ID for comment operations | ✔️ |