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

Provides struct and type for Reaction

Link to this section Summary

Link to this section Types

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