Function issue_create_comment

Source
pub async fn issue_create_comment(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    index: i64,
    body: Option<CreateIssueCommentOption>,
) -> Result<Comment, Error<IssueCreateCommentError>>