ExLine.Webhook.Event.PnpDeliveryCompletion (ExLine v0.1.0)

Copy Markdown View Source

Delivery completion for a LINE notification message (PNP).

Summary

Types

t()

@type t() :: %ExLine.Webhook.Event.PnpDeliveryCompletion{
  delivery: term(),
  delivery_context: term(),
  mode: term(),
  raw: term(),
  source: term(),
  timestamp: term(),
  type: term(),
  webhook_event_id: term()
}