messaging-api-line 0.0.1

This document describes LINE Messaging API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Limit

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**max** | Option<**i32**> | 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.  | [optional]
**up_to_remaining_quota** | Option<**bool**> | 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.  | [optional][default to false]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)