Skip to content

@line/bot-sdk


@line/bot-sdk / webhook / EventBase

Type Alias: EventBase

EventBase: object

Defined in: lib/webhook/model/event.ts:63

Webhook event

Type declaration

deliveryContext

deliveryContext: DeliveryContext

mode

mode: EventMode

source?

optional source: Source

timestamp

timestamp: number

Time of the event in milliseconds.

type

type: string

Type of the event

webhookEventId

webhookEventId: string

Webhook Event ID. An ID that uniquely identifies a webhook event. This is a string in ULID format.