Skip to content

@line/bot-sdk


@line/bot-sdk / messagingApi / MulticastRequest

Type Alias: MulticastRequest

MulticastRequest = object

Defined in: lib/messaging-api/model/multicastRequest.ts:18

See

https://developers.line.biz/en/reference/messaging-api/#send-multicast-message

Properties

customAggregationUnits?

optional customAggregationUnits?: string[]

Defined in: lib/messaging-api/model/multicastRequest.ts:40

Name of aggregation unit. Case-sensitive. Maximum items: 1


messages

messages: Message[]

Defined in: lib/messaging-api/model/multicastRequest.ts:24

Messages to send Minimum items: 1 Maximum items: 5


notificationDisabled?

optional notificationDisabled?: boolean

Defined in: lib/messaging-api/model/multicastRequest.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: false


to

to: string[]

Defined in: lib/messaging-api/model/multicastRequest.ts:30

Array of user IDs. Use userId values which are returned in webhook event objects. Do not use LINE IDs found on LINE. Minimum items: 1 Maximum items: 500