Function issue_edit_comment_deprecated

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