Skip to content

@line/bot-sdk


@line/bot-sdk / insight / GetNumberOfFollowersResponse

Type Alias: GetNumberOfFollowersResponse

GetNumberOfFollowersResponse = object

Defined in: lib/insight/model/getNumberOfFollowersResponse.ts:16

Get number of followers

Properties

blocks?

optional blocks: number

Defined in: lib/insight/model/getNumberOfFollowersResponse.ts:40

The number of users blocking the account as of the specified date. The number decreases when a user unblocks the account.

See

blocks Documentation


followers?

optional followers: number

Defined in: lib/insight/model/getNumberOfFollowersResponse.ts:28

The number of times, as of the specified date, that a user added this LINE Official Account as a friend for the first time. The number doesn't decrease even if a user later blocks the account or when they delete their LINE account.

See

followers Documentation


status?

optional status: StatusEnum

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

Calculation status.

See

status Documentation


targetedReaches?

optional targetedReaches: number

Defined in: lib/insight/model/getNumberOfFollowersResponse.ts:34

The number of users, as of the specified date, that the LINE Official Account can reach through targeted messages based on gender, age, and/or region. This number only includes users who are active on LINE or LINE services and whose demographics have a high level of certainty.

See

targetedReaches Documentation