Skip to content

@line/bot-sdkDocs


@line/bot-sdk / messagingApi / TextMessageV2

Type Alias: TextMessageV2

TextMessageV2: MessageBase & object

Type declaration

quoteToken?

optional quoteToken: string

Quote token of the message you want to quote.

See

quoteToken Documentation

substitution?

optional substitution: object

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

Index Signature

[key: string]: SubstitutionObject

See

substitution Documentation

text

text: string

See

text Documentation

type

type: "textV2"

Defined in

lib/messaging-api/model/textMessageV2.ts:20