Skip to content

@line/bot-sdk


@line/bot-sdk / messagingApi / ReplyMessageRequest

Type Alias: ReplyMessageRequest

ReplyMessageRequest = object

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

Properties

messages

messages: Message[]

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

List of messages.

See

messages Documentation


notificationDisabled?

optional notificationDisabled: boolean

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


replyToken

replyToken: string

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

replyToken received via webhook.

See

replyToken Documentation