Skip to content

@line/bot-sdkDocs


@line/bot-sdk / webhook / TextMessageContent

Type Alias: TextMessageContent

TextMessageContent: MessageContentBase & object

Type declaration

emojis?

optional emojis: Emoji[]

Array of one or more LINE emoji objects. Only included in the message event when the text property contains a LINE emoji.

mention?

optional mention: Mention

quotedMessageId?

optional quotedMessageId: string

Message ID of a quoted message. Only included when the received message quotes a past message.

quoteToken

quoteToken: string

Quote token to quote this message.

text

text: string

Message text.

type

type: "text"

Defined in

lib/webhook/model/textMessageContent.ts:19