NIM PC Cross Platform SDK
|
#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 {} |
反垃圾信息 | |
|
default |
|
inline |
|
inline |
QChatBusinessAntiSpamInfo nim::QChatChannelUpdateParam::anti_spam_info {} |
反垃圾信息
ChannelUpdateCallback nim::QChatChannelUpdateParam::cb {nullptr} |
回调函数
uint64_t nim::QChatChannelUpdateParam::channel_id {0} |
频道ID
std::string nim::QChatChannelUpdateParam::custom |
自定义字段
std::string nim::QChatChannelUpdateParam::name |
名称
std::string nim::QChatChannelUpdateParam::topic |
主题
NIMQChatChannelViewMode nim::QChatChannelUpdateParam::view_mode {kNIMQChatChannelViewModePublic} |
查看模式
NIMQChatChannelVisitorMode nim::QChatChannelUpdateParam::visitor_mode {kNIMQChatChannelVisitorModeFollow} |
游客访问模式