Appearance
@line/bot-sdk • Docs
@line/bot-sdk / messagingApi / ReplyMessageRequest
Type Alias: ReplyMessageRequest
ReplyMessageRequest:
object
Type declaration
messages
messages:
Message
[]
List of messages.
See
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
replyToken
replyToken:
string
replyToken received via webhook.