pub async fn reactions_slash_create_for_issue_comment(
configuration: &Configuration,
owner: &str,
repo: &str,
comment_id: i32,
reactions_create_for_issue_comment_request: ReactionsCreateForIssueCommentRequest,
) -> Result<Reaction, Error<ReactionsSlashCreateForIssueCommentError>>Expand description
Create a reaction to an issue comment. A response with an HTTP 200 status means that you already added the reaction type to this issue comment.