SendForwardMessageOptions

SendForwardMessageOptions

Properties:
Name Type Attributes Description
needMerge boolean <optional>

是否合并转发. 默认: false, true: 合并转发, false: 逐条转发

mergeInfo Record.<string, any> <optional>

合并转发配置项,needMerge = true 时生效。v2.2.3 起支持

Properties
Name Type Attributes Description
title string <optional>

合并转发合并的标题

abstractList Array.<string> <optional>

合并转发摘要列表,不同的消息类型可以设置不同的摘要信息

compatibleText string <optional>

合并转发兼容文本

params Record.<string, any> <optional>

消息参数选项

Properties
Name Type Attributes Description
priority string <optional>

消息优先级

cloudCustomData string <optional>

消息自定义数据

needReadReceipt boolean <optional>

是否支持消息已读回执

receiverList Array.<string> <optional>

定向接收消息的群成员列表(社群和直播群不支持)

onlineUserOnly boolean <optional>

消息是否仅发送给在线用户的标识,默认值为 false;设置为 true,则消息既不存漫游,也不会计入未读,也不会离线推送给接收方。

offlinePushInfo OfflinePushInfo <optional>

离线推送配置

messageControlInfo MessageControlInfo <optional>

消息控制

转发消息发送选项