Skip to content

@line/bot-sdkDocs


@line/bot-sdk / InsightStatisticsResponse

Type Alias: InsightStatisticsResponse

InsightStatisticsResponse: object

Type declaration

status

status: "ready" | "unready" | "out_of_service"

Calculation status. One of:

  • ready: Calculation has finished; the numbers are up-to-date.
  • unready: We haven't finished calculating the number of sent messages for the specified date. Calculation usually takes about a day. Please try again later.
  • out_of_service: The specified date is earlier than the date on which we first started calculating sent messages. Different APIs have different date. Check them at the document.

Defined in

lib/types.ts:2409