Skip to Content

CommentResponse

Properties

NameTypeDescriptionNotes
idLongUnique identifier for the comment.[default to null]
profile_idLongProfile ID of the comment author.[default to null]
post_idLongID of the post this comment belongs to.[default to null]
parent_comment_idLongID of the parent comment if this is a reply.[optional] [default to null]
contentStringContent of the comment.[default to null]
created_atDateTimestamp when the comment was created.[default to null]
updated_atDateTimestamp when the comment was last updated.[default to null]

[Back to Model list] [Back to API list] [Back to README]