Appearance
@line/bot-sdk / EventBase
Type Alias: EventBase
EventBase =
object
Defined in: lib/types.ts:65
Properties
deliveryContext
deliveryContext:
DeliveryContext
Defined in: lib/types.ts:89
Whether the webhook event is a redelivered one or not
mode
mode:
"active"
|"standby"
Defined in: lib/types.ts:73
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:81
Source user, group, or room object with information about the source of the event.
timestamp
timestamp:
number
Defined in: lib/types.ts:77
Time of the event in milliseconds
webhookEventId
webhookEventId:
string
Defined in: lib/types.ts:85
Webhook Event ID, an ID that uniquely identifies a webhook event