SendForwardMessageOptions

SendForwardMessageOptions

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
Name Type Attributes Description
title string <optional>

Forward message merge title

abstractList Array.<string> <optional>

Forward message summary list, different message types can set different summary information

compatibleText string <optional>

Forward message compatible text

params Record.<string, any> <optional>

Message parameter options

Properties
Name Type Attributes Description
priority string <optional>

Message priority

cloudCustomData string <optional>

Message custom data

needReadReceipt boolean <optional>

Whether to support message read receipt

receiverList Array.<string> <optional>

List of group members to receive the message (not supported for community and live streaming groups)

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