Skip to content

@line/bot-sdkDocs


@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

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.

See

Common properties for messages

Defined in

lib/types.ts:648