Skip to content

@line/bot-sdkDocs


@line/bot-sdk / messagingApi / MulticastRequest

Type Alias: MulticastRequest

MulticastRequest: object

Type declaration

customAggregationUnits?

optional customAggregationUnits: string[]

Name of aggregation unit. Case-sensitive.

See

customAggregationUnits Documentation

messages

messages: Message[]

Messages to send

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

to

to: string[]

Array of user IDs. Use userId values which are returned in webhook event objects. Do not use LINE IDs found on LINE.

See

to Documentation

Defined in

lib/messaging-api/model/multicastRequest.ts:15