Skip to main content

resolve_threaded_comment

Function resolve_threaded_comment 

Source
pub fn resolve_threaded_comment(
    threaded_comments: &mut Option<ThreadedComments>,
    comment_id: &str,
    done: bool,
) -> Result<()>
Expand description

Set the resolved (done) state of a threaded comment.

Returns an error if the comment was not found.