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

Schema representing a ChatPreferencesResponse

# `t`

```elixir
@type t() :: %ExStreamClient.Model.ChatPreferencesResponse{
  channel_mentions: String.t() | nil,
  default_preference: String.t() | nil,
  direct_mentions: String.t() | nil,
  group_mentions: String.t() | nil,
  here_mentions: String.t() | nil,
  role_mentions: String.t() | nil,
  thread_replies: 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*
