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

#include <nim_qchat_channel_cpp_def.h>

Public 成员函数

 QChatChannelUpdateParam ()=default
 
 QChatChannelUpdateParam (const NIMQChatChannelUpdateParam &c_param)
 
NIMQChatChannelUpdateParam ToCParam () const
 

Public 属性

ChannelUpdateCallback cb {nullptr}
 回调函数
 
uint64_t channel_id {0}
 频道ID
 
std::string name
 名称
 
std::string topic
 主题
 
std::string custom
 自定义字段
 
NIMQChatChannelViewMode view_mode {kNIMQChatChannelViewModePublic}
 查看模式
 
NIMQChatChannelVisitorMode visitor_mode {kNIMQChatChannelVisitorModeFollow}
 游客访问模式
 
QChatBusinessAntiSpamInfo anti_spam_info {}
 反垃圾信息
 

构造及析构函数说明

◆ QChatChannelUpdateParam() [1/2]

nim::QChatChannelUpdateParam::QChatChannelUpdateParam ( )
default

◆ QChatChannelUpdateParam() [2/2]

nim::QChatChannelUpdateParam::QChatChannelUpdateParam ( const NIMQChatChannelUpdateParam c_param)
inline

成员函数说明

◆ ToCParam()

NIMQChatChannelUpdateParam nim::QChatChannelUpdateParam::ToCParam ( ) const
inline

类成员变量说明

◆ anti_spam_info

QChatBusinessAntiSpamInfo nim::QChatChannelUpdateParam::anti_spam_info {}

反垃圾信息

◆ cb

ChannelUpdateCallback nim::QChatChannelUpdateParam::cb {nullptr}

回调函数

◆ channel_id

uint64_t nim::QChatChannelUpdateParam::channel_id {0}

频道ID

◆ custom

std::string nim::QChatChannelUpdateParam::custom

自定义字段

◆ name

std::string nim::QChatChannelUpdateParam::name

名称

◆ topic

std::string nim::QChatChannelUpdateParam::topic

主题

◆ view_mode

NIMQChatChannelViewMode nim::QChatChannelUpdateParam::view_mode {kNIMQChatChannelViewModePublic}

查看模式

◆ visitor_mode

NIMQChatChannelVisitorMode nim::QChatChannelUpdateParam::visitor_mode {kNIMQChatChannelVisitorModeFollow}

游客访问模式


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