Appearance
@line/bot-sdk / messagingApi / Limit
Type Alias: Limit
Limit =
object
Defined in: lib/messaging-api/model/limit.ts:16
Limit of the Narrowcast
Properties
max?
optional
max:number
Defined in: lib/messaging-api/model/limit.ts:22
The maximum number of narrowcast messages to send. Use this parameter to limit the number of narrowcast messages sent. The recipients will be chosen at random.
See
upToRemainingQuota?
optional
upToRemainingQuota:boolean
Defined in: lib/messaging-api/model/limit.ts:28
If true, the message will be sent within the maximum number of deliverable messages. The default value is false
. Targets will be selected at random.