Skip to content

@line/bot-sdkDocs


@line/bot-sdk / TargetLimitForAdditionalMessages

Type Alias: TargetLimitForAdditionalMessages

TargetLimitForAdditionalMessages: object

Type declaration

type

type: "none" | "limited"

One of the following values to indicate whether a target limit is set or not.

  • none: This indicates that a target limit is not set.
  • limited: This indicates that a target limit is set.

value?

optional value: number

The target limit for additional messages in the current month. This property is returned when the type property has a value of limited.

Defined in

lib/types.ts:2381