id | string | Unique identifier for the entity associated with the activity. | |
attachments | Attachment[] | List of attachments related to the activity. | |
commentIds | null | Currently set to null , can represent a list of comment IDs in the future. | ✔️ |
commentsCount | number | Total number of comments on the entity. | |
communityId | number | ID of the community where the activity occurred. | |
createdAt | number | Timestamp for when the entity was created. | |
deleteReason | string | Reason for deletion, if applicable. | ✔️ |
deletedBy | string | ID of the user who deleted the entity, if applicable. | ✔️ |
deletedByUuid | string | UUID of the user who deleted the entity, if applicable. | ✔️ |
heading | string | Heading or title of the entity. | |
isDeleted | boolean | Whether the entity has been deleted. | ✔️ |
isEdited | boolean | Whether the entity has been edited. | |
isLiked | boolean | Whether the entity is liked by the user. | |
isPinned | boolean | Whether the entity is pinned. | |
isRepost | boolean | Whether the entity is a repost. | |
isRepostedByUser | boolean | Whether the entity has been reposted by the current user. | |
isSaved | boolean | Whether the entity is saved by the user. | |
likesCount | number | Number of likes on the entity. | |
menuItems | MenuItem[] | Menu items available for the entity. | |
repostCount | number | Number of reposts of the entity. | |
tempId | string | Temporary ID used for internal operations, can be null . | ✔️ |
text | string | Text content of the entity. | |
topics | string[] | Topics related to the entity. | |
updatedAt | number | Timestamp for when the entity was last updated. | |
userId | string | ID of the user who created the entity. | |
uuid | string | UUID of the entity. | |