Skip to content

@line/bot-sdkDocs


@line/bot-sdk / messagingApi / NarrowcastRequest

Type Alias: NarrowcastRequest

NarrowcastRequest: object

Type declaration

filter?

optional filter: Filter

See

filter Documentation

limit?

optional limit: Limit

See

limit Documentation

messages

messages: Message[]

List of Message objects.

See

messages Documentation

notificationDisabled?

optional notificationDisabled: boolean

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

See

recipient Documentation

Defined in

lib/messaging-api/model/narrowcastRequest.ts:18