Chimeway.Notifications.Notification (chimeway v1.0.0)

Copy Markdown View Source

Durable per-recipient in-app notification record.

Summary

Types

t()

@type t() :: %Chimeway.Notifications.Notification{
  __meta__: term(),
  archived_at: term(),
  deliveries: term(),
  event: term(),
  event_id: term(),
  id: term(),
  inserted_at: term(),
  metadata: term(),
  orchestration: term(),
  read_at: term(),
  recipient_identity: term(),
  recipient_type: term(),
  render_assigns: term(),
  render_channels: term(),
  seen_at: term(),
  updated_at: term(),
  workflow_definition: term(),
  workflow_definition_id: term()
}

Functions

changeset(notification, attrs)