Provides struct and type for a Reaction
Summary
Types
@type t() :: %Gleanex.Client.Reaction{ count: integer() | nil, reactedByViewer: boolean() | nil, reactors: [Gleanex.Client.Person.t()] | nil, type: String.t() | nil }
Provides struct and type for a Reaction
@type t() :: %Gleanex.Client.Reaction{ count: integer() | nil, reactedByViewer: boolean() | nil, reactors: [Gleanex.Client.Person.t()] | nil, type: String.t() | nil }