ExStreamClient.Model.ReactionUpdatedEvent (ExStreamClient v0.1.0)
View SourceSchema representing a ReactionUpdatedEvent
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.ReactionUpdatedEvent{ channel_id: String.t(), channel_type: String.t(), cid: String.t(), created_at: float(), message: ExStreamClient.Model.Message.t(), reaction: ExStreamClient.Model.Reaction.t(), team: String.t() | nil, type: String.t(), user: ExStreamClient.Model.User.t() | nil }