Skip to content

@line/bot-sdk


@line/bot-sdk / messagingApi / PushMessageRequest

Type Alias: PushMessageRequest

PushMessageRequest = object

Defined in: lib/messaging-api/model/pushMessageRequest.ts:15

Properties

customAggregationUnits?

optional customAggregationUnits: string[]

Defined in: lib/messaging-api/model/pushMessageRequest.ts:39

List of aggregation unit name. Case-sensitive. This functions can only be used by corporate users who have submitted the required applications.

See

customAggregationUnits Documentation


messages

messages: Message[]

Defined in: lib/messaging-api/model/pushMessageRequest.ts:27

List of Message objects.

See

messages Documentation


notificationDisabled?

optional notificationDisabled: boolean

Defined in: lib/messaging-api/model/pushMessageRequest.ts:33

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

Defined in: lib/messaging-api/model/pushMessageRequest.ts:21

ID of the receiver.

See

to Documentation