reply_to_comment
Post a reply to one specific YouTube comment on the signed-in user's channel, on their behalf. ONLY call this after you have shown the user the exact reply text and they have explicitly approved posting it. It is a Klyf Pro feature and needs the user's one-time write permission; if they lack either, it returns the link they need. Use the comment's id from read_comments (the value after 'lc=' in that comment's reply link).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_id | Yes | The id of the comment to reply to (the 'lc=' value from its reply link) | |
| reply_text | Yes | The exact reply text the user approved |