Appearance
@line/bot-sdk / messagingApi / NarrowcastRequest
Type Alias: NarrowcastRequest
NarrowcastRequest =
object
Defined in: lib/messaging-api/model/narrowcastRequest.ts:18
Properties
filter?
optional
filter:Filter
Defined in: lib/messaging-api/model/narrowcastRequest.ts:34
See
limit?
optional
limit:Limit
Defined in: lib/messaging-api/model/narrowcastRequest.ts:39
See
messages
messages:
Message
[]
Defined in: lib/messaging-api/model/narrowcastRequest.ts:24
List of Message objects.
See
notificationDisabled?
optional
notificationDisabled:boolean
Defined in: lib/messaging-api/model/narrowcastRequest.ts:45
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.
See
notificationDisabled Documentation
recipient?
optional
recipient:Recipient
Defined in: lib/messaging-api/model/narrowcastRequest.ts:29