id | string | Unique identifier for the reply. | |
commentsCount | number | Number of comments associated with the reply. | |
communityId | number | ID of the community where the reply was posted. | |
createdAt | number | Timestamp when the reply was created. | |
isEdited | boolean | Whether the reply has been edited. | |
isLiked | boolean | Whether the reply is liked by the current user. | |
level | number | The level of the reply (e.g., direct reply or nested reply). | |
likesCount | number | Number of likes on the reply. | |
menuItems | MenuItem[] | Menu items available for actions related to the reply. | |
postId | string | ID of the post to which this reply belongs. | |
replies | Reply[] | List of nested replies (if any). | |
tempId | string | Temporary identifier used during reply creation (before persisting). | |
text | string | Text content of the reply. | |
updatedAt | number | Timestamp when the reply was last updated. | |
userId | string | ID of the user who posted the reply. | |
uuid | string | Universally unique identifier (UUID) of the reply. | |
parentComment | Reply | Parent comment to which this reply is associated (for nested replies). | ✔️ |