View Source GitHub.Timeline.CommentEvent (GitHub REST API Client v0.3.1)

Provides struct and type for a Timeline.CommentEvent

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Timeline.CommentEvent{
  __info__: map(),
  actor: GitHub.User.simple(),
  author_association: String.t(),
  body: String.t() | nil,
  body_html: String.t() | nil,
  body_text: String.t() | nil,
  created_at: DateTime.t(),
  event: String.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()
}