LINE. Bot. Webhook. Model. PnpDeliveryCompletionEvent
(line_bot_sdk v0.2.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
@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() }