Skip to content

@line/bot-sdk


@line/bot-sdk / messagingApi / TextMessageV2

Type Alias: TextMessageV2

TextMessageV2 = MessageBase & object

Defined in: lib/messaging-api/model/textMessageV2.ts:23

Type Declaration

quoteToken?

optional quoteToken?: string

Quote token of the message you want to quote.

substitution?

optional substitution?: object

A mapping that specifies substitutions for parts enclosed in {} within the text field.

Index Signature

[key: string]: SubstitutionObject

text

text: string

type

type: "textV2"

See

https://developers.line.biz/en/reference/messaging-api/#text-message-v2