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