Type Alias: MessageRelayOptions
MessageRelayOptions:
MinimalRelayOptions&object
Defined in: src/Types/Message.ts:292
Type declaration
additionalAttributes?
optionaladditionalAttributes:object
additional attributes to add to the WA binary node
Index Signature
[_: string]: string
additionalNodes?
optionaladditionalNodes:BinaryNode[]
participant?
optionalparticipant:object
only send to a specific participant; used when a message decryption fails for a single user
participant.count
count:
number
participant.jid
jid:
string
statusJidList?
optionalstatusJidList:string[]
jid list of participants for status@broadcast
useUserDevicesCache?
optionaluseUserDevicesCache:boolean
should we use the devices cache, or fetch afresh from the server; default assumed to be "true"