ExStreamClient.Model.MessageHistoryEntryResponse (ExStreamClient v0.1.11)
View SourceSchema representing a MessageHistoryEntryResponse
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.MessageHistoryEntryResponse{ attachments: [ExStreamClient.Model.Attachment.t()], custom: %{optional(String.t()) => any()}, is_deleted: boolean(), message_id: String.t(), message_updated_at: DateTime.t() | integer() | String.t(), message_updated_by_id: String.t(), text: String.t() }