Skip to content

@line/bot-sdk


@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?

optional clicks?: GetMessageEventResponseClick[]

Defined in: lib/insight/model/getMessageEventResponse.ts:30

Array of information about opened URLs in the message.


messages?

optional messages?: GetMessageEventResponseMessage[]

Defined in: lib/insight/model/getMessageEventResponse.ts:26

Array of information about individual message bubbles.


overview?

optional overview?: GetMessageEventResponseOverview

Defined in: lib/insight/model/getMessageEventResponse.ts:22