Function issue_edit_comment

Source
pub async fn issue_edit_comment(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    id: i64,
    body: Option<EditIssueCommentOption>,
) -> Result<Comment, Error<IssueEditCommentError>>