Appearance
@line/bot-sdk • Docs
@line/bot-sdk / messagingApi / Limit
Type Alias: Limit
Limit:
object
Limit of the Narrowcast
Type declaration
max?
optional
max:number
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
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.
See
upToRemainingQuota Documentation