Skip to content

SaveThreadComment

Create or update a thread comment

SaveThreadComment(
id: Int
threadId: Int
parentCommentId: Int
comment: String
locked: Boolean
): ThreadComment

The comment id, required for updating

The id of thread the comment belongs to

The id of thread comment to reply to

The comment markdown text

If the comment tree should be locked. (Mod Only)

Forum Thread Comment