# `Chimeway.Preferences.NotificationPreference`
[🔗](https://github.com/jonlunsford/chimeway/blob/v1.0.0/lib/chimeway/preferences/notification_preference.ex#L1)

Per-channel notification preference for a recipient and notification key.

# `t`

```elixir
@type t() :: %Chimeway.Preferences.NotificationPreference{
  __meta__: term(),
  channel: term(),
  enabled: term(),
  id: term(),
  inserted_at: term(),
  notification_key: term(),
  recipient_id: term(),
  updated_at: term()
}
```

# `changeset`

---

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