Appearance
@line/bot-sdk / insight / GetMessageEventResponse
Type Alias: GetMessageEventResponse
GetMessageEventResponse =
object
Defined in: lib/insight/model/getMessageEventResponse.ts:21
Statistics about how users interact with narrowcast messages or broadcast messages sent from your LINE Official Account.
See
https://developers.line.biz/en/reference/messaging-api/#get-insight-message-event-response
Properties
clicks?
optionalclicks?:GetMessageEventResponseClick[]
Defined in: lib/insight/model/getMessageEventResponse.ts:30
Array of information about opened URLs in the message.
messages?
optionalmessages?:GetMessageEventResponseMessage[]
Defined in: lib/insight/model/getMessageEventResponse.ts:26
Array of information about individual message bubbles.
overview?
optionaloverview?:GetMessageEventResponseOverview
Defined in: lib/insight/model/getMessageEventResponse.ts:22