View Source GitHub.Reaction (GitHub REST API Client v0.2.2)

Provides struct and type for a Reaction

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Reaction{
  __info__: map(),
  content: String.t(),
  created_at: DateTime.t(),
  id: integer(),
  node_id: String.t(),
  user: GitHub.User.simple() | nil
}