Schema representing a ModerationCustomActionEvent
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.ModerationCustomActionEvent{ action_id: String.t(), action_options: %{optional(String.t()) => any()} | nil, created_at: DateTime.t() | integer() | String.t(), custom: %{optional(String.t()) => any()}, message: ExStreamClient.Model.MessageResponse.t() | nil, received_at: (DateTime.t() | integer() | String.t()) | nil, review_queue_item: ExStreamClient.Model.ReviewQueueItemResponse.t(), type: String.t() }