SaveThreadComment
Create or update a thread comment
SaveThreadComment( id: Int threadId: Int parentCommentId: Int comment: String locked: Boolean): ThreadCommentArguments
Section titled “Arguments”The comment id, required for updating
The id of thread the comment belongs to
SaveThreadComment.parentCommentId ● Int scalar
Section titled “SaveThreadComment.parentCommentId ● Int ”The id of thread comment to reply to
The comment markdown text
If the comment tree should be locked. (Mod Only)
Forum Thread Comment