Skip to content

@line/bot-sdkDocs


@line/bot-sdk / insight / GetMessageEventResponse

Type Alias: GetMessageEventResponse

GetMessageEventResponse: object

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

Type declaration

clicks?

optional clicks: GetMessageEventResponseClick[]

Array of information about opened URLs in the message.

See

clicks Documentation

messages?

optional messages: GetMessageEventResponseMessage[]

Array of information about individual message bubbles.

See

messages Documentation

overview?

optional overview: GetMessageEventResponseOverview

See

overview Documentation

Defined in

lib/insight/model/getMessageEventResponse.ts:20