Skip to content

@line/bot-sdk


@line/bot-sdk / insight / GetMessageEventResponseClick

Type Alias: GetMessageEventResponseClick

GetMessageEventResponseClick = object

Defined in: lib/insight/model/getMessageEventResponseClick.ts:13

LINE Messaging API(Insight) This document describes LINE Messaging API(Insight).

The version of the OpenAPI document: 0.0.1

NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). https://openapi-generator.tech Do not edit the class manually.

Properties

click?

optional click: number | null

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

Number of times the URL was opened.


seq?

optional seq: number

Defined in: lib/insight/model/getMessageEventResponseClick.ts:17

The URL's serial number.


uniqueClick?

optional uniqueClick: number | null

Defined in: lib/insight/model/getMessageEventResponseClick.ts:29

Number of users that opened the URL.


uniqueClickOfRequest?

optional uniqueClickOfRequest: number | null

Defined in: lib/insight/model/getMessageEventResponseClick.ts:33

Number of users who opened this url through any link in the message. If a message contains two links to the same URL and a user opens both links, they're counted only once.


url?

optional url: string

Defined in: lib/insight/model/getMessageEventResponseClick.ts:21

URL.