Social Reply To Comment
social_reply_to_commentReply to a top-level comment on a Scratch project, studio, or profile to continue a conversation or notify the original author.
Instructions
Reply to an existing comment on a project, studio or profile, as the active session.
parent_id must be a TOP-LEVEL comment id. Scratch supports only one level
of nesting, so replying to a reply must target that reply's top-level
parent; social_get_comments reports is_top_level and parent_id for
every comment so you can pick the right id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | "project", "studio", or "profile". | |
| content | Yes | The reply text. Max 500 characters. | |
| parent_id | Yes | Id of the top-level comment being replied to. | |
| source_id | Yes | The numeric project or studio id, or the username, matching `source`. | |
| commentee_id | No | Numeric user id to @-mention and notify, normally the author of the comment you are replying to. Leave unset for none. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| source | Yes | ||
| content | Yes | ||
| author_id | Yes | ||
| parent_id | Yes | ||
| source_id | Yes | ||
| author_name | Yes | ||
| reply_count | Yes | ||
| commentee_id | Yes | ||
| is_top_level | Yes | ||
| datetime_created | Yes | ||
| written_by_scratchteam | Yes |