Skip to content

@line/bot-sdkDocs


@line/bot-sdk / insight / GetNumberOfMessageDeliveriesResponse

Type Alias: GetNumberOfMessageDeliveriesResponse

GetNumberOfMessageDeliveriesResponse: object

Get number of message deliveries

Type declaration

apiBroadcast?

optional apiBroadcast: number

Number of broadcast messages sent with the Send broadcast message Messaging API operation.

See

apiBroadcast Documentation

apiMulticast?

optional apiMulticast: number

Number of multicast messages sent with the Send multicast message Messaging API operation.

See

apiMulticast Documentation

apiNarrowcast?

optional apiNarrowcast: number

Number of narrowcast messages sent with the Send narrowcast message Messaging API operation.

See

apiNarrowcast Documentation

apiPush?

optional apiPush: number

Number of push messages sent with the Send push message Messaging API operation.

See

apiPush Documentation

apiReply?

optional apiReply: number

Number of replies sent with the Send reply message Messaging API operation.

See

apiReply Documentation

autoResponse?

optional autoResponse: number

Number of auto-response messages sent.

See

autoResponse Documentation

broadcast?

optional broadcast: number

Number of messages sent to all of this LINE Official Account's friends (broadcast messages).

See

broadcast Documentation

chat?

optional chat: number

Number of messages sent from LINE Official Account Manager Chat screen (only available in Japanese).

See

chat Documentation

status?

optional status: StatusEnum

Status of the counting process.

See

status Documentation

targeting?

optional targeting: number

Number of messages sent to some of this LINE Official Account's friends, based on specific attributes (targeted messages).

See

targeting Documentation

welcomeResponse?

optional welcomeResponse: number

Number of greeting messages sent.

See

welcomeResponse Documentation

Defined in

lib/insight/model/getNumberOfMessageDeliveriesResponse.ts:16