Skip to content

@line/bot-sdk


@line/bot-sdk / webhook / PnpDeliveryCompletionEvent

Type Alias: PnpDeliveryCompletionEvent

PnpDeliveryCompletionEvent = EventBase & object

Defined in: lib/webhook/model/pnpDeliveryCompletionEvent.ts:24

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.

Type Declaration

delivery

delivery: PnpDelivery

type

type: "delivery"