Appearance
@line/bot-sdk / MessageCommon
Type Alias: MessageCommon
MessageCommon =
object
Defined in: lib/types.ts:648
See
Common properties for messages
Properties
quickReply?
optional
quickReply:QuickReply
Defined in: lib/types.ts:657
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
Defined in: lib/types.ts:663
When sending a message from the LINE Official Account, you can specify the sender.name
and the sender.iconUrl
properties in Message objects.