Appearance
@line/bot-sdk • Docs
@line/bot-sdk / MessageCommon
Type Alias: MessageCommon
MessageCommon:
object
Type declaration
quickReply?
optional
quickReply:QuickReply
For the quick reply feature. For more information, see Using quick replies.
If the user receives multiple message objects, the quickReply property of the last message object is displayed.
sender?
optional
sender:Sender
When sending a message from the LINE Official Account, you can specify the sender.name
and the sender.iconUrl
properties in Message objects.
See
Common properties for messages