# `Ory.Model.MessageDispatch`

MessageDispatch represents an attempt of sending a courier message It contains the status of the attempt (failed or successful) and the error if any occured

# `t`

```elixir
@type t() :: %Ory.Model.MessageDispatch{
  created_at: DateTime.t(),
  error: map() | nil,
  id: String.t(),
  message_id: String.t(),
  status: String.t(),
  updated_at: DateTime.t()
}
```

# `decode`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
