Skip to content

@line/bot-sdkDocs


@line/bot-sdk / webhook / EventBase

Type Alias: EventBase

EventBase: object

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.

Defined in

lib/webhook/model/event.ts:61