Chimeway.Preferences.NotificationPreference (chimeway v1.0.0)

Copy Markdown View Source

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

Summary

Types

t()

@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()
}

Functions

changeset(pref, attrs)