Skip to content

@line/bot-sdkDocs


@line/bot-sdk / LINEThingsActionResult

Type Alias: LINEThingsActionResult

LINEThingsActionResult: object

Type declaration

data?

optional data: string

Base64-encoded binary data This property is always included when things.actionResults[].type is binary.

type

type: "void" | "binary"

void, binary Depends on type of the executed action. This property is always included if things.actionResults is not empty.

Defined in

lib/types.ts:363