Skip to content

@line/bot-sdk


@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

Change icon and display name

When sending a message from the LINE Official Account, you can specify the sender.name and the sender.iconUrl properties in Message objects.