NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
v2::V2NIMSendChatroomMessageParams结构体 参考

#include <v2_nim_def_struct.hpp>

Public 属性

V2NIMChatroomMessageConfig messageConfig
 消息相关配置
 
V2NIMMessageRouteConfig routeConfig
 路由抄送相关配置
 
V2NIMMessageAntispamConfig antispamConfig
 反垃圾相关配置
 
bool clientAntispamEnabled {false}
 是否启用本地反垃圾
 
nstd::string clientAntispamReplace
 反垃圾命中后替换的文本
 
nstd::vector< nstd::stringreceiverIds
 定向消息接收者账号列表, 为空表示不定向, 定向消息不存历史
 
nstd::string notifyTargetTags
 消息的目标标签表达式
 
nstd::optional< V2NIMLocationInfolocationInfo
 消息空间坐标信息配置
 

类成员变量说明

◆ antispamConfig

V2NIMMessageAntispamConfig v2::V2NIMSendChatroomMessageParams::antispamConfig

反垃圾相关配置

◆ clientAntispamEnabled

bool v2::V2NIMSendChatroomMessageParams::clientAntispamEnabled {false}

是否启用本地反垃圾

◆ clientAntispamReplace

nstd::string v2::V2NIMSendChatroomMessageParams::clientAntispamReplace

反垃圾命中后替换的文本

◆ locationInfo

nstd::optional<V2NIMLocationInfo> v2::V2NIMSendChatroomMessageParams::locationInfo

消息空间坐标信息配置

◆ messageConfig

V2NIMChatroomMessageConfig v2::V2NIMSendChatroomMessageParams::messageConfig

消息相关配置

◆ notifyTargetTags

nstd::string v2::V2NIMSendChatroomMessageParams::notifyTargetTags

消息的目标标签表达式

◆ receiverIds

nstd::vector<nstd::string> v2::V2NIMSendChatroomMessageParams::receiverIds

定向消息接收者账号列表, 为空表示不定向, 定向消息不存历史

◆ routeConfig

V2NIMMessageRouteConfig v2::V2NIMSendChatroomMessageParams::routeConfig

路由抄送相关配置


该结构体的文档由以下文件生成: