Appearance
@line/bot-sdk • Docs
@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
apiMulticast?
optional
apiMulticast:number
Number of multicast messages sent with the Send multicast message
Messaging API operation.
See
apiNarrowcast?
optional
apiNarrowcast:number
Number of narrowcast messages sent with the Send narrowcast message
Messaging API operation.
See
apiPush?
optional
apiPush:number
Number of push messages sent with the Send push message
Messaging API operation.
See
apiReply?
optional
apiReply:number
Number of replies sent with the Send reply message
Messaging API operation.
See
autoResponse?
optional
autoResponse:number
Number of auto-response messages sent.
See
broadcast?
optional
broadcast:number
Number of messages sent to all of this LINE Official Account's friends (broadcast messages).
See
chat?
optional
chat:number
Number of messages sent from LINE Official Account Manager Chat screen (only available in Japanese).
See
status?
optional
status:StatusEnum
Status of the counting process.
See
targeting?
optional
targeting:number
Number of messages sent to some of this LINE Official Account's friends, based on specific attributes (targeted messages).
See
welcomeResponse?
optional
welcomeResponse:number
Number of greeting messages sent.
See
Defined in
lib/insight/model/getNumberOfMessageDeliveriesResponse.ts:16