id | string | Unique identifier for the post | |
attachments | LMAttachmentViewData[] | List of attachments related to the post | ✔️ |
commentsCount | number | Count of comments on the post | |
communityId | number | Identifier for the community | |
createdAt | number | Timestamp when the post was created | |
isEdited | boolean | Indicates if the post has been edited | |
isLiked | boolean | Indicates if the post is liked by the user | |
isPinned | boolean | Indicates if the post is pinned | |
isSaved | boolean | Indicates if the post is saved | |
likesCount | number | Count of likes on the post | |
menuItems | LMMenuItemsViewData[] | Menu items associated with the post | |
replies | LMCommentViewData[] | List of replies to the post | ✔️ |
text | string | Content of the post | |
updatedAt | number | Timestamp when the post was last updated | |
userId | string | Identifier for the user who created the post | |
uuid | string | Universal unique identifier for the post | |
user | LMUserViewData | User details of the person who created the post | |
topics | string[] | List of topics associated with the post | ✔️ |
users | string, LMUserViewData | Map of users interacting with the post | |