Properties:
Name | Type | Attributes | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
needMerge |
boolean |
<optional> |
Whether to merge forward. Default: false, true: merge forward, false: forward one by one |
||||||||||||||||||||
mergeInfo |
Record.<string, any> |
<optional> |
Merge forward configuration, effective when needMerge = true. Supported from v2.2.3 Properties
|
||||||||||||||||||||
params |
Record.<string, any> |
<optional> |
Message parameter options Properties
|
||||||||||||||||||||
onlineUserOnly |
boolean |
<optional> |
Whether the message is only sent to online users, default is false; if set to true, the message will not be stored in roaming, not counted as unread, and not pushed offline to recipients |
||||||||||||||||||||
offlinePushInfo |
OfflinePushInfo |
<optional> |
Offline push configuration |
||||||||||||||||||||
messageControlInfo |
MessageControlInfo |
<optional> |
Message control |
Forward Message Sending Options