View Source GitHub.Issue.Comment (GitHub REST API Client v0.3.1)

Provides struct and type for a Issue.Comment

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Issue.Comment{
  __info__: map(),
  author_association: String.t(),
  body: String.t() | nil,
  body_html: String.t() | nil,
  body_text: String.t() | nil,
  created_at: DateTime.t(),
  html_url: String.t(),
  id: integer(),
  issue_url: String.t(),
  node_id: String.t(),
  performed_via_github_app: GitHub.App.t() | nil,
  reactions: GitHub.Reaction.Rollup.t() | nil,
  updated_at: DateTime.t(),
  url: String.t(),
  user: GitHub.User.simple() | nil
}