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

#include <nim_qchat_channel_cpp_def.h>

Public 成员函数

 QChatChannelCategoryInfo ()=default
 
 QChatChannelCategoryInfo (const NIMQChatChannelCategoryInfo &c_param)
 
NIMQChatChannelCategoryInfo ToCParam () const
 

Public 属性

uint64_t server_id {0}
 server id
 
uint64_t category_id {0}
 category id
 
std::string name {""}
 名称
 
std::string custom {""}
 自定义字段
 
std::string owner {""}
 拥有者
 
NIMQChatChannelViewMode view_mode {kNIMQChatChannelViewModePublic}
 查看模式
 
bool valid_flag {false}
 有效标记,false:无效 true:有效
 
uint64_t create_time {0}
 创建时间
 
uint64_t update_time {0}
 更新时间
 
uint32_t channel_number {0}
 频道数量
 

构造及析构函数说明

◆ QChatChannelCategoryInfo() [1/2]

nim::QChatChannelCategoryInfo::QChatChannelCategoryInfo ( )
default

◆ QChatChannelCategoryInfo() [2/2]

nim::QChatChannelCategoryInfo::QChatChannelCategoryInfo ( const NIMQChatChannelCategoryInfo c_param)
inline

成员函数说明

◆ ToCParam()

NIMQChatChannelCategoryInfo nim::QChatChannelCategoryInfo::ToCParam ( ) const
inline

类成员变量说明

◆ category_id

uint64_t nim::QChatChannelCategoryInfo::category_id {0}

category id

◆ channel_number

uint32_t nim::QChatChannelCategoryInfo::channel_number {0}

频道数量

◆ create_time

uint64_t nim::QChatChannelCategoryInfo::create_time {0}

创建时间

◆ custom

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

自定义字段

◆ name

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

名称

◆ owner

std::string nim::QChatChannelCategoryInfo::owner {""}

拥有者

◆ server_id

uint64_t nim::QChatChannelCategoryInfo::server_id {0}

server id

◆ update_time

uint64_t nim::QChatChannelCategoryInfo::update_time {0}

更新时间

◆ valid_flag

bool nim::QChatChannelCategoryInfo::valid_flag {false}

有效标记,false:无效 true:有效

◆ view_mode

NIMQChatChannelViewMode nim::QChatChannelCategoryInfo::view_mode {kNIMQChatChannelViewModePublic}

查看模式


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