Appearance
@line/bot-sdk / EventBase
Type Alias: EventBase
EventBase =
object
Defined in: lib/types.ts:68
Properties
deliveryContext
deliveryContext:
DeliveryContext
Defined in: lib/types.ts:92
Whether the webhook event is a redelivered one or not
mode
mode:
"active"
|"standby"
Defined in: lib/types.ts:76
Channel state.
active
: The channel is active. You can send a reply message or push message from the bot server that received this webhook event.
standby
: The channel is waiting. The bot server that received this webhook event shouldn't send any messages.
source
source:
EventSource
Defined in: lib/types.ts:84
Source user, group, or room object with information about the source of the event.
timestamp
timestamp:
number
Defined in: lib/types.ts:80
Time of the event in milliseconds
webhookEventId
webhookEventId:
string
Defined in: lib/types.ts:88
Webhook Event ID, an ID that uniquely identifies a webhook event