# `ExStreamClient.Model.ChatDraftPayloadResponse`
[🔗](https://github.com/Tango-Tango/ex_stream_client/blob/main/lib/ex_stream_client/model/chat_draft_payload_response.ex#L1)

Schema representing a ChatDraftPayloadResponse

# `t`

```elixir
@type t() :: %ExStreamClient.Model.ChatDraftPayloadResponse{
  attachments: [ExStreamClient.Model.Attachment.t()] | nil,
  custom: %{optional(String.t()) =&gt; any()},
  html: String.t() | nil,
  id: String.t(),
  mentioned_users: [ExStreamClient.Model.UserResponse.t()] | nil,
  mml: String.t() | nil,
  parent_id: String.t() | nil,
  poll_id: String.t() | nil,
  quoted_message_id: String.t() | nil,
  show_in_channel: boolean() | nil,
  silent: boolean() | nil,
  text: String.t(),
  type: String.t() | nil
}
```

# `decode`

Components could just be enums that are typed - so we need to decode those as enums as they will just be stings

# `nested_components`

---

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