English
Appearance
Reply to a comment.
noteId
xsecToken
commentId
content
account
{ "success": true, "commentId": "reply-id" }
xhs_reply_comment({ noteId: "abc123", xsecToken: "token", commentId: "comment-456", content: "Thanks for your support!" })
Comment ID can be obtained from xhs_get_note response:
xhs_get_note
xhs_get_note({ noteId: "abc123", xsecToken: "token" }) // Response includes comments[].id
xhs_reply_comment
Reply to a comment.
Parameters
noteIdxsecTokencommentIdcontentaccountResponse
Example
Getting Comment ID
Comment ID can be obtained from
xhs_get_noteresponse: