pub async fn issue_get_comment_reactions(
configuration: &Configuration,
owner: &str,
repo: &str,
id: i64,
) -> Result<Vec<Reaction>, Error<IssueGetCommentReactionsError>>
pub async fn issue_get_comment_reactions(
configuration: &Configuration,
owner: &str,
repo: &str,
id: i64,
) -> Result<Vec<Reaction>, Error<IssueGetCommentReactionsError>>