pub async fn reactions_slash_create_for_issue(
configuration: &Configuration,
owner: &str,
repo: &str,
issue_number: i32,
reactions_create_for_issue_request: ReactionsCreateForIssueRequest,
) -> Result<Reaction, Error<ReactionsSlashCreateForIssueError>>Expand description
Create a reaction to an issue. A response with an HTTP 200 status means that you already added the reaction type to this issue.