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

#include <nim_qchat_channel_cpp_def.h>

Public 成员函数

 QChatChannelCategoryCreateParam ()=default
 
 QChatChannelCategoryCreateParam (const NIMQChatChannelCategoryCreateParam &c_param)
 
NIMQChatChannelCategoryCreateParam ToCParam () const
 

Public 属性

ChannelCategoryCreateCallback cb {nullptr}
 回调函数
 
uint64_t server_id {0}
 服务器 id
 
std::string name {""}
 名称
 
std::string custom {""}
 自定义字段
 
NIMQChatChannelViewMode view_mode {kNIMQChatChannelViewModePublic}
 查看模式
 

构造及析构函数说明

◆ QChatChannelCategoryCreateParam() [1/2]

nim::QChatChannelCategoryCreateParam::QChatChannelCategoryCreateParam ( )
default

◆ QChatChannelCategoryCreateParam() [2/2]

nim::QChatChannelCategoryCreateParam::QChatChannelCategoryCreateParam ( const NIMQChatChannelCategoryCreateParam c_param)
inline

成员函数说明

◆ ToCParam()

NIMQChatChannelCategoryCreateParam nim::QChatChannelCategoryCreateParam::ToCParam ( ) const
inline

类成员变量说明

◆ cb

ChannelCategoryCreateCallback nim::QChatChannelCategoryCreateParam::cb {nullptr}

回调函数

◆ custom

std::string nim::QChatChannelCategoryCreateParam::custom {""}

自定义字段

◆ name

std::string nim::QChatChannelCategoryCreateParam::name {""}

名称

◆ server_id

uint64_t nim::QChatChannelCategoryCreateParam::server_id {0}

服务器 id

◆ view_mode

NIMQChatChannelViewMode nim::QChatChannelCategoryCreateParam::view_mode {kNIMQChatChannelViewModePublic}

查看模式


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