Skip to main content

Interface: CommentCreateParams

types/comment.CommentCreateParams

Properties

discussion

discussion: number

Defined in

types/comment.ts:34


parent

Optional parent: string

Id of the parent Comment, used for retrieve nested comments

Defined in

types/comment.ts:46


post

Optional post: number

Id of the Post, required if both discussion, status and user parameters are not set

Defined in

types/comment.ts:38


status

Optional status: number

Id of the Status, required if both discussion, post and user parameters are not set

Defined in

types/comment.ts:42


text

text: string

text for the Comment, html format, it can contain some mentions

Defined in

types/comment.ts:50