Skip to content

@line/bot-sdk


@line/bot-sdk / MessageAction

Type Alias: MessageAction

MessageAction = object

Defined in: lib/types.ts:2217

When a control associated with this action is tapped, the string in the text property is sent as a message from the user.

Properties

text

text: string

Defined in: lib/types.ts:2222

Text sent when the action is performed (Max: 300 characters)


type

type: "message"

Defined in: lib/types.ts:2218