Skip to content

@line/bot-sdk


@line/bot-sdk / messagingApi / OperatorRecipient

Type Alias: OperatorRecipient

OperatorRecipient: RecipientBase & object

Defined in: lib/messaging-api/model/operatorRecipient.ts:17

Type declaration

and?

optional and: Recipient[]

Create a new recipient object by taking the logical conjunction (AND) of the specified array of recipient objects.

not?

optional not: Recipient

or?

optional or: Recipient[]

Create a new recipient object by taking the logical disjunction (OR) of the specified array of recipient objects.

type

type: "operator"