Appearance
@line/bot-sdk / messagingApi / NarrowcastRequest
Type Alias: NarrowcastRequest
NarrowcastRequest =
object
Defined in: lib/messaging-api/model/narrowcastRequest.ts:21
See
https://developers.line.biz/en/reference/messaging-api/#send-narrowcast-message
Properties
filter?
optionalfilter?:Filter
Defined in: lib/messaging-api/model/narrowcastRequest.ts:29
limit?
optionallimit?:Limit
Defined in: lib/messaging-api/model/narrowcastRequest.ts:30
messages
messages:
Message[]
Defined in: lib/messaging-api/model/narrowcastRequest.ts:27
List of Message objects.
Min Items
1
Max Items
5
notificationDisabled?
optionalnotificationDisabled?:boolean
Defined in: lib/messaging-api/model/narrowcastRequest.ts:35
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.
Default
ts
falserecipient?
optionalrecipient?:Recipient
Defined in: lib/messaging-api/model/narrowcastRequest.ts:28