Gleanex.Client.Reaction (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a Reaction

Summary

Types

t()

@type t() :: %Gleanex.Client.Reaction{
  count: integer() | nil,
  reactedByViewer: boolean() | nil,
  reactors: [Gleanex.Client.Person.t()] | nil,
  type: String.t() | nil
}