Skip to main content

Comment View Data Model

LMCommentViewData

VARIABLETYPEDESCRIPTIONOPTIONAL
idstringUnique identifier for the comment
IdstringAlternative identifier (optional)✔️
postIdstringID of the associated post
isEditedbooleanIndicates if the comment has been edited
isLikedbooleanIndicates if the comment is liked
textstringContent of the comment
userIdstringID of the user who made the comment
levelnumberDepth level of the comment (for nesting)
likesCountnumberNumber of likes the comment has received
repliesCountnumberNumber of replies to the comment
userLMUserViewDataUser information of the comment creator
updatedAtnumberTimestamp of the last update
createdAtnumberTimestamp of when the comment was created
menuItemsLMMenuItemsViewData[]Menu items associated with the comment
repliesLMCommentViewData[]Replies to this comment✔️
parentCommentLMCommentViewDataParent comment if this is a reply✔️
parentIdstringID of the parent comment✔️
alreadySeenFullContentbooleanIndicates if the full content has been seen✔️
uuidstringUnique identifier for the comment (UUID)
tempIdstringTemporary ID for comment operations✔️