CommentThreadReply
CommentThreadReply =
CommentThreadComment&object
A flat reply on a programmatic comment thread.
Type Declaration
Section titled “Type Declaration”edit()
Section titled “edit()”edit(
body):void
Replaces this reply’s plain text body.
Parameters
Section titled “Parameters”New plain text body for the reply
Returns
Section titled “Returns”Remarks
Section titled “Remarks”Editing a reply keeps its original creation timestamp metadata. The public API does not expose edit timestamps.
remove()
Section titled “remove()”remove():
void
Removes this reply from its owning comment thread.
Returns
Section titled “Returns”Remarks
Section titled “Remarks”Removing a reply removes only that reply record and any stored reply subtree below it. It does not remove the top-level comment thread or the comment thread anchor.
Remarks
Section titled “Remarks”Comment replies are flat. A reply can be edited or removed, but it cannot receive nested replies through the public programmatic API.