Skip to content

@line/bot-sdk


@line/bot-sdk / insight / GetMessageEventResponse

Type Alias: GetMessageEventResponse

GetMessageEventResponse = object

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

Statistics about how users interact with narrowcast messages or broadcast messages sent from your LINE Official Account.

Properties

clicks?

optional clicks: GetMessageEventResponseClick[]

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

Array of information about opened URLs in the message.

See

clicks Documentation


messages?

optional messages: GetMessageEventResponseMessage[]

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

Array of information about individual message bubbles.

See

messages Documentation


overview?

optional overview: GetMessageEventResponseOverview

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

See

overview Documentation