ig_hide_comment
Hide or unhide a comment. Hidden comments are only visible to the commenter.
Remote node2flow/instagram
Other tools also called ig_hide_comment?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"hide": {
"type": "boolean",
"description": "true to hide, false to unhide"
},
"comment_id": {
"type": "string",
"description": "Comment ID to hide/unhide"
}
}
}