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
13
14
15
# NarrowcastRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**messages** | [**Vec<models::Message>**]Message.md | List of Message objects. | 
**recipient** | Option<[**models::Recipient**]Recipient.md> |  | [optional]
**filter** | Option<[**models::Filter**]Filter.md> |  | [optional]
**limit** | Option<[**models::Limit**]Limit.md> |  | [optional]
**notification_disabled** | Option<**bool**> | `true`: The user doesn’t receive a push notification when a message is sent. `false`: The user receives a push notification when the message is sent (unless they have disabled push notifications in LINE and/or their device). The default value is false.  | [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)