ExStreamClient.Model.ReactionRequest (ExStreamClient v0.1.11)
View SourceSchema representing a ReactionRequest
Summary
Functions
Components could just be enums that are typed - so we need to decode those as enums as they will just be stings
Types
@type t() :: %ExStreamClient.Model.ReactionRequest{ created_at: (DateTime.t() | integer() | String.t()) | nil, custom: %{optional(String.t()) => any()} | nil, score: integer() | nil, type: String.t(), updated_at: (DateTime.t() | integer() | String.t()) | nil, user: ExStreamClient.Model.UserRequest.t() | nil, user_id: String.t() | nil }