pub async fn issue_delete_comment_deprecated(
configuration: &Configuration,
owner: &str,
repo: &str,
index: i32,
id: i64,
) -> Result<(), Error<IssueDeleteCommentDeprecatedError>>
pub async fn issue_delete_comment_deprecated(
configuration: &Configuration,
owner: &str,
repo: &str,
index: i32,
id: i64,
) -> Result<(), Error<IssueDeleteCommentDeprecatedError>>