LINE.Bot.Webhook.Model.PnpDeliveryCompletionEvent (line_bot_sdk v0.1.0)

Copy Markdown

When a request is made to the LINE notification messages API and delivery of the LINE notification message to the user is completed, a dedicated webhook event (delivery completion event) is sent from the LINE Platform to the webhook URL of the bot server.

Summary

Types

t()

@type t() :: %LINE.Bot.Webhook.Model.PnpDeliveryCompletionEvent{
  delivery: LINE.Bot.Model.PnpDelivery.t(),
  deliveryContext: LINE.Bot.Model.DeliveryContext.t(),
  mode: LINE.Bot.Model.EventMode.t(),
  source: LINE.Bot.Model.Source.t() | nil,
  timestamp: integer(),
  type: String.t(),
  webhookEventId: String.t()
}

Functions

decode(value)