CommentCreateParams
Properties
Property | Type | Description |
---|---|---|
discussion | number | - |
parent? | string | Id of the parent Comment, used for retrieve nested comments |
post? | number | Id of the Post, required if both discussion, status and user parameters are not set |
status? | number | Id of the Status, required if both discussion, post and user parameters are not set |
text | string | text for the Comment, html format, it can contain some mentions |