Skip to main content

Comment

VARIABLETYPEDESCRIPTIONOPTIONAL
idStringUnique ID of the comment.
textStringText content of the comment.
levelIntLevel is 0 for comment and 1 for reply.
isLikedBooltrue if the user has liked the comment, false otherwise.
isEditedBooltrue if the comment was edited, false otherwise.
userIdStringUnique ID of comment creator.
uuidStringUnique ID of comment creator.
likesCountIntNumber of users that liked the comment.
commentsCountIntNumber of users that replied on the comment.
repliesComment[]List of replies on the comment.
parentCommentComment[]Parent comment of the reply.
menuItemsMenuItem[]List of actions as menu items on the comment.
createdAtIntTimestamp when the comment was created.
updatedAtIntTimestamp when the comment was last updated.
tempIdStringTemporary ID of comment.