Appearance
@line/bot-sdk / messagingApi / OperatorRecipient
Type Alias: OperatorRecipient
OperatorRecipient =
RecipientBase&object
Defined in: lib/messaging-api/model/operatorRecipient.ts:17
Type Declaration
and?
optionaland?:Recipient[]
Create a new recipient object by taking the logical conjunction (AND) of the specified array of recipient objects.
not?
optionalnot?:Recipient
or?
optionalor?:Recipient[]
Create a new recipient object by taking the logical disjunction (OR) of the specified array of recipient objects.
type
type:
"operator"