Create And Update Comments
This section covers how to create and update comments on the Subsocial blockchain.
Post methods are used for comments.
#
Create a commentπ Έ Comment
Properties | Description |
---|---|
parentId? | ID of the post or comment that was replied to. |
rootPostId? | ID of the original post. |
Comments directly under a post will have the same parentId and rootPostId.
#
Create a comment below a post#
Create a reply to a comment#
Update A CommentFor updating comments use post methods.